mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
taglib: stop silly wip name
* Flagging as broken on all architectures should be enough to prevent it from being used
This commit is contained in:
@@ -6,7 +6,7 @@ CHECKSUM_MD5="0d35df96822bbd564c5504cb3c2e4d86"
|
||||
COPYRIGHT="2002-2013 Scott Wheeler"
|
||||
LICENSE="GNU LGPL v2
|
||||
MPL v1.1
|
||||
"
|
||||
"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86 !x86_64"
|
||||
@@ -18,7 +18,7 @@ PROVIDES="
|
||||
lib:libtag$secondaryArchSuffix = 1.9.1 compat >= 1.9
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libz
|
||||
@@ -35,29 +35,28 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX:PATH=$prefix \
|
||||
-DBIN_INSTALL_DIR=$binDir \
|
||||
-DLIB_INSTALL_DIR=$developLibDir
|
||||
make
|
||||
}
|
||||
|
||||
#-DINCLUDE_INSTALL_DIR=$developDir/headers \
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
mkdir -p $developDir/headers
|
||||
mv $prefix/include/taglib $developDir/headers
|
||||
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libtag \
|
||||
libtag_c
|
||||
|
||||
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
Reference in New Issue
Block a user