ncmpcpp: bump, debuginfo (#2452)

ncmpcpp: bump version, add debuginfo
This commit is contained in:
miqlas
2018-04-29 16:01:39 +02:00
committed by GitHub
parent 18eb44bf4f
commit 4735c4a4ec

View File

@@ -5,11 +5,11 @@ variety of sound files while being controlled by its network protocol.
NCMPCPP is an ncurses based commandline client for Music Player Daemon."
HOMEPAGE="https://rybczak.net/ncmpcpp/"
COPYRIGHT="2008-2017 The NCMPCPP Project"
COPYRIGHT="2008-2018 The NCMPCPP Project"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/arybczak/ncmpcpp/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="228d54abbf68a971487331da36fe948e9912e8bb112526fcdcef827a6e7383ab"
CHECKSUM_SHA256="682fa230029a917f8c8b54131e6c8fb4915aefed2cc5726ca7c3ab4f4fb97bda"
SOURCE_DIR="ncmpcpp-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
@@ -72,16 +72,17 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
cmd:ranlib$secondaryArchSuffix
cmd:sed
cmd:strip$secondaryArchSuffix
"
USER_SETTINGS_FILES="
settings/ncmpcpp directory
settings/ncmpcpp/lyrics directory
settings/ncmpcpp/config
settings/ncmpcpp/error.log
"
defineDebugInfoPackage ncmpcpp$secondaryArchSuffix \
"$binDir"/ncmpcpp
BUILD()
{
export CFLAGS="-D_BSD_SOURCE"
@@ -103,6 +104,9 @@ INSTALL()
sed -i -e "s,\${prefix}/share,$dataDir,g" Makefile doc/Makefile
make install
strip$secondaryArchSuffix $binDir/ncmpcpp
}
TEST()
{
make check
}