Fix pkgconfig, add debuginfo (#2309)

This commit is contained in:
miqlas
2018-03-15 20:51:04 +01:00
committed by GitHub
parent 5bce84dd81
commit 1512f10eff

View File

@@ -30,7 +30,7 @@ Supported compression formats:
HOMEPAGE="http://audiofile.68k.org/"
COPYRIGHT="1998-2013 Michael Pruett, Chris Pirazzi, Scott Porter, Doug Scott"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
SOURCE_URI="http://audiofile.68k.org/audiofile-0.3.6.tar.gz"
CHECKSUM_SHA256="cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965"
@@ -64,6 +64,9 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
defineDebugInfoPackage audiofile$secondaryArchSuffix \
"$libDir"/libaudiofile.so.1.0.0
BUILD()
{
runConfigure ./configure
@@ -75,5 +78,6 @@ INSTALL()
make install
prepareInstalledDevelLib libaudiofile
fixPkgconfig
packageEntries devel $developDir
}