mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -4,11 +4,12 @@ Development library geared towards developers who wish to add cover art \
|
||||
capabilites to their applications.
|
||||
"
|
||||
HOMEPAGE="http://musicbrainz.org/doc/libcoverart"
|
||||
COPYRIGHT="2012 Andrew Hawkins"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/downloads/metabrainz/libcoverart/libcoverart-1.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="e4cb78939003a4b5e5c4db68e42e86fbbbea5e69d3166b43ca01a7065916a121"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="2012 Andrew Hawkins"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libcoverart-{PROJECT_VERSION}"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
@@ -17,18 +18,24 @@ PROVIDES="
|
||||
libcoverart = $portVersion
|
||||
lib:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjansson$secondaryArchSuffix
|
||||
lib:libneon$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libcoverart${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcoverart$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libjansson$secondaryArchSuffix
|
||||
devel:libneon$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
@@ -37,8 +44,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="libcoverart-{PROJECT_VERSION}"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
@@ -61,12 +66,3 @@ TEST()
|
||||
cd tests
|
||||
./test
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libcoverart${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcoverart$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libcoverart$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user