mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
AESAddon: Added incomplete recipe
This commit is contained in:
42
haiku-apps/aesaddon/aesaddon-0.3.1.recipe
Normal file
42
haiku-apps/aesaddon/aesaddon-0.3.1.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
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"
|
||||
SRC_URI="git://github.com/HaikuArchives/AESAddOn#b0db611c85762508d346d1db7cfa5608acefa008"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="1999-2013 Haikuware"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
aesaddon = $portVersion
|
||||
app:AESAddOn = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:g++
|
||||
"
|
||||
BUILD() {
|
||||
cd src
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL() {
|
||||
cd src
|
||||
make install INSTALL_DIR=$addOnsDir/Tracker
|
||||
}
|
||||
Reference in New Issue
Block a user