mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix pkgconfig, add debuginfo (#2309)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user