Files
haikuports/haiku-apps/ftppositive/ftppositive-1.0.recipe
2016-02-28 20:17:42 -05:00

43 lines
690 B
Bash

SUMMARY="A simple graphical FTP client"
DESCRIPTION="
FtpPositive is a simple graphical FTP client."
HOMEPAGE="https://github.com/HaikuArchives/FtpPositive"
COPYRIGHT="2007 momoziro"
LICENSE="FtpPositive"
REVISION="2"
SOURCE_URI="git+https://github.com/HaikuArchives/FtpPositive#442f47a22f"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
ftppositive = $portVersion
app:FtpPositive = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:jam
"
BUILD()
{
cd src
jam
#too lazy to fix the jamfile
mimeset -f FtpPositive
}
INSTALL()
{
mkdir -p $appsDir
cp -a src/FtpPositive $appsDir
addAppDeskbarSymlink $appsDir/FtpPositive
}