mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libxmp, cleanup (#8420)
This commit is contained in:
@@ -8,25 +8,28 @@ and Amiga file packers including gzip, bzip2, SQSH, Powerpack, etc."
|
||||
HOMEPAGE="http://xmp.sourceforge.net/"
|
||||
COPYRIGHT="1996-2016 Claudio Matsuoka and Hipolito Carraro Jr"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/cmatsuoka/libxmp/archive/libxmp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b7257c0b430daa07f3dfbca0480a09c09412eb2e202ec5370ead03cb674ad3cc"
|
||||
SOURCE_DIR="libxmp-libxmp-$portVersion"
|
||||
|
||||
ARCHITECTURES="all ?x86 ?x86_gcc2"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="4.4.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libxmp$secondaryArchSuffix = $portVersion
|
||||
lib:libxmp$secondaryArchSuffix = 4.4.1 compat >= 4
|
||||
lib:libxmp$secondaryArchSuffix =$libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libxmp${secondaryArchSuffix}_devel = $portVersion compat >= 4.4.1
|
||||
devel:libxmp$secondaryArchSuffix = $portVersion compat >= 4.4.1
|
||||
libxmp${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libxmp$secondaryArchSuffix = $libVersionCompat
|
||||
|
||||
"
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user