From 2d5912391cd90e0440b066e206669a7e1b8959de Mon Sep 17 00:00:00 2001 From: skykinetic Date: Mon, 5 Jan 2015 21:42:19 +0800 Subject: [PATCH] Rectified errors in recipe and reflect that add-on not functioning --- haiku-apps/aesaddon/aesaddon-0.3.1.recipe | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/haiku-apps/aesaddon/aesaddon-0.3.1.recipe b/haiku-apps/aesaddon/aesaddon-0.3.1.recipe index ab113e20d..d4135b995 100644 --- a/haiku-apps/aesaddon/aesaddon-0.3.1.recipe +++ b/haiku-apps/aesaddon/aesaddon-0.3.1.recipe @@ -1,24 +1,22 @@ SUMMARY="A Tracker add-on to encrypt files using AES cipher." DESCRIPTION=" - AESAddOn is a Tracker add-on which adds the functionality of encrypting \ - files with AES 128, 192, and 256 bit encryption. It works only as a \ - Tracker add-on. - " -HOMEPAGE="https://web.archive.org/web/20100420135939/http://dev.osdrawer.net/projects/aesaddon" +AESAddOn is a Tracker add-on which adds the functionality of encrypting files \ +with AES 128, 192, and 256 bit. It works only as a Tracker add-on." +HOMEPAGE="https://github.com/HaikuArchives/AESAddOn" SRC_URI="git://github.com/HaikuArchives/AESAddOn#78dd4c50634a97bbe04bd68479cedc114a14cb4d" REVISION="1" LICENSE="MIT" -COPYRIGHT="1999-2013 Haikuware" +COPYRIGHT="2003 Jason Grenier" -ARCHITECTURES="x86_gcc2 ?x86" +ARCHITECTURES="!x86_gcc2 ?x86" +#Resulting Tracker add-on doesn't seem to be working. PROVIDES=" - aesaddon = $portVersion - app:AESAddOn = $portVersion - " - + aesaddon = $portVersion + app:AESAddOn = $portVersion + " REQUIRES=" - haiku + haiku " BUILD_REQUIRES=" @@ -26,17 +24,19 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" - makefile_engine - cmd:make - cmd:gcc - cmd:g++ - " -BUILD() { + makefile_engine + cmd:make + cmd:gcc + cmd:g++ + " +BUILD() +{ cd src make $jobArgs } -INSTALL() { +INSTALL() +{ cd src make install INSTALL_DIR=$addOnsDir/Tracker }