mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
ftppositive: upstream switched to makefile.
This commit is contained in:
@@ -4,12 +4,11 @@ FtpPositive is a simple graphical FTP client."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/FtpPositive"
|
||||
COPYRIGHT="2007 momoziro"
|
||||
LICENSE="FtpPositive"
|
||||
REVISION="3"
|
||||
srcGitRev="442f47a22fdd9be8853522da1749755d343d9e60"
|
||||
REVISION="4"
|
||||
srcGitRev="d24fa2609ccb2964e72fecdf7c2d0d7172cb6898"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="86e199c59699bc9f0a00e47fc0f510934a23568e4a40d2405f428d0cecfb15a5"
|
||||
CHECKSUM_SHA256="b8bbae8d488871270f94488fee0e1eb023f6aacddeca7ba5ab4da3e7427deedb"
|
||||
SOURCE_DIR="FtpPositive-$srcGitRev"
|
||||
PATCHES="ftppositive-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -25,22 +24,20 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:jam
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd src
|
||||
jam
|
||||
|
||||
#too lazy to fix the jamfile
|
||||
mimeset -f FtpPositive
|
||||
make OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a src/FtpPositive $appsDir
|
||||
cp -a src/objects/FtpPositive $appsDir
|
||||
addAppDeskbarSymlink $appsDir/FtpPositive
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user