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