mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
updated to work with makefile-engine
This commit is contained in:
@@ -21,49 +21,35 @@ REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
PATCHES="libavlduptree-${portVersion}.patch"
|
||||
|
||||
PROVIDES="
|
||||
libavlduptree$secondaryArchSuffix = $portVersion
|
||||
lib:libavlduptree$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
cmd:AGMSAVLTest$secondaryArchSuffix
|
||||
app:AGMSAVLTest
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:ar
|
||||
cmd:ranlib
|
||||
cmd:install
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:install
|
||||
cmd:mkdir
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $libDir
|
||||
mkdir -p $binDir
|
||||
make install PREFIX=$libDir BINDIR=$binDir
|
||||
addAppDeskbarSymlink $binDir/AGMSAVLTest
|
||||
make install INSTALL_DIR=$libDir
|
||||
|
||||
# set up the develop directory correctly
|
||||
prepareInstalledDevelLibs libavlduptree
|
||||
|
||||
Reference in New Issue
Block a user