mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28: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"
|
COPYRIGHT="2002-2013 Scott Wheeler"
|
||||||
LICENSE="GNU LGPL v2
|
LICENSE="GNU LGPL v2
|
||||||
MPL v1.1
|
MPL v1.1
|
||||||
"
|
"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
|
||||||
ARCHITECTURES="!x86 !x86_64"
|
ARCHITECTURES="!x86 !x86_64"
|
||||||
@@ -18,7 +18,7 @@ PROVIDES="
|
|||||||
lib:libtag$secondaryArchSuffix = 1.9.1 compat >= 1.9
|
lib:libtag$secondaryArchSuffix = 1.9.1 compat >= 1.9
|
||||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix >= $haikuVersion
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
lib:libz
|
lib:libz
|
||||||
@@ -35,29 +35,28 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:make
|
cmd:make
|
||||||
"
|
"
|
||||||
|
|
||||||
SOURCE_DIR="$portVersionedName"
|
BUILD()
|
||||||
|
|
||||||
BUILD()
|
|
||||||
{
|
{
|
||||||
cmake . -DCMAKE_INSTALL_PREFIX:PATH=$prefix \
|
cmake . -DCMAKE_INSTALL_PREFIX:PATH=$prefix \
|
||||||
-DBIN_INSTALL_DIR=$binDir \
|
-DBIN_INSTALL_DIR=$binDir \
|
||||||
-DLIB_INSTALL_DIR=$developLibDir
|
-DLIB_INSTALL_DIR=$developLibDir
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
#-DINCLUDE_INSTALL_DIR=$developDir/headers \
|
#-DINCLUDE_INSTALL_DIR=$developDir/headers \
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
|
|
||||||
mkdir -p $developDir/headers
|
mkdir -p $developDir/headers
|
||||||
mv $prefix/include/taglib $developDir/headers
|
mv $prefix/include/taglib $developDir/headers
|
||||||
|
|
||||||
prepareInstalledDevelLibs \
|
prepareInstalledDevelLibs \
|
||||||
libtag \
|
libtag \
|
||||||
libtag_c
|
libtag_c
|
||||||
|
|
||||||
fixPkgconfig
|
fixPkgconfig
|
||||||
|
|
||||||
# devel package
|
# devel package
|
||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
$developDir \
|
$developDir \
|
||||||
Reference in New Issue
Block a user