Added ftppositive, recipe by GCI2013 student tgkokk

This commit is contained in:
Scott McCreary
2013-11-29 06:40:16 +00:00
parent 30b135c7ca
commit 1089eb9c7b

View File

@@ -0,0 +1,35 @@
DESCRIPTION="FtpPositive is a simple graphical FTP client."
SUMMARY="A simple graphical FTP client"
HOMEPAGE="https://github.com/HaikuArchives/FtpPositive"
SRC_URI="git+https://github.com/HaikuArchives/FtpPositive"
COPYRIGHT="2007 momoziro"
LICENSE="FtpPositive"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PROVIDES="
ftppositive = $portVersion
app:ftppositive = $portVersion"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:jam"
BUILD()
{
cd src
jam
}
INSTALL()
{
cd src
mkdir -p $appsDir/FtpPositive
cp -a FtpPositive $appsDir/FtpPositive
addAppDeskbarSymlink $appsDir/FtpPositive/FtpPositive
}