mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Added ftppositive, recipe by GCI2013 student tgkokk
This commit is contained in:
35
haiku-apps/ftppositive/ftppositive-1.0.recipe
Normal file
35
haiku-apps/ftppositive/ftppositive-1.0.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user