mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
aalib recipe updated.
This commit is contained in:
@@ -8,7 +8,7 @@ SOURCE_DIR="aalib-1.4.0"
|
|||||||
CHECKSUM_MD5="d5aa8e9eae07b7441298b5c30490f6a6"
|
CHECKSUM_MD5="d5aa8e9eae07b7441298b5c30490f6a6"
|
||||||
REVISION="2"
|
REVISION="2"
|
||||||
LICENSE="Public Domain"
|
LICENSE="Public Domain"
|
||||||
COPYRIGHT="Copyright (C) 1997 by Jam Hubicka"
|
COPYRIGHT="1997 by Jam Hubicka"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
@@ -22,8 +22,11 @@ REQUIRES="
|
|||||||
haiku >= $haikuVersion
|
haiku >= $haikuVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel >= $haikuVersion
|
haiku_devel >= $haikuVersion
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:libtoolize
|
cmd:libtoolize
|
||||||
@@ -71,8 +74,10 @@ PROVIDES_devel="
|
|||||||
cmd:aatest${secondaryArchSuffix} = $portVersion compat >= 1.0.4
|
cmd:aatest${secondaryArchSuffix} = $portVersion compat >= 1.0.4
|
||||||
devel:libaa$secondaryArchSuffix = $portVersion compat >= 1.0.4
|
devel:libaa$secondaryArchSuffix = $portVersion compat >= 1.0.4
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
libaa$secondaryArchSuffix == $portVersion base
|
libaa$secondaryArchSuffix == $portVersion base
|
||||||
lib:libaa$secondaryArchSuffix
|
lib:libaa$secondaryArchSuffix
|
||||||
lib:libroot$secondaryArchSuffix
|
lib:libroot$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user