MusicPC: recipe cleanup, iconv not recognised (#1543)

This commit is contained in:
miqlas
2017-07-30 18:33:09 +02:00
committed by waddlesplash
parent c6f6e1c0e6
commit 2de251eb17

View File

@@ -8,7 +8,7 @@ MPC is a commandline client for Music Player Daemon."
HOMEPAGE="http://www.musicpd.org/"
COPYRIGHT="2003-2014 The Music Player Daemon Project"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.musicpd.org/download/mpc/0/mpc-$portVersion.tar.xz"
CHECKSUM_SHA256="a4337d06c85dc81a638821d30fce8a137a58d13d510be34a11c1cce95cabc547"
SOURCE_DIR="mpc-$portVersion"
@@ -22,19 +22,18 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libmpdclient$secondaryArchSuffix
glib2$secondaryArchSuffix >= 2
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libmpdclient$secondaryArchSuffix
# lib:libiconv$secondaryArchSuffix # not found
# lib:libintl$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
boost${secondaryArchSuffix}_devel
devel:libmpdclient$secondaryArchSuffix
glib2${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libmpdclient$secondaryArchSuffix
# devel:libiconv$secondaryArchSuffix
# devel:libintl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:awk
@@ -49,8 +48,6 @@ BUILD_PREREQUIRES="
BUILD()
{
export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig"
runConfigure ./configure
make $jobArgs
@@ -58,7 +55,5 @@ BUILD()
INSTALL()
{
export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig"
make install
}