jasper1: fixPkgconfig

This commit is contained in:
Sergei Reznikov
2018-04-25 17:53:14 +03:00
parent 30bb2c06e2
commit 6d31f8aac0

View File

@@ -1,14 +1,12 @@
SUMMARY="Implementation of the codec specified in the JPEG-2000 Part-1 standard" SUMMARY="Implementation of the codec specified in the JPEG-2000 Part-1 standard"
DESCRIPTION=" DESCRIPTION="The JasPer Project is an open-source initiative to provide a \
The JasPer Project is an open-source initiative to provide a free \ free software-based reference implementation of the codec specified in the \
software-based reference implementation of the codec specified in the \
JPEG-2000 Part-1 standard. More details about this software can be found in \ JPEG-2000 Part-1 standard. More details about this software can be found in \
the JasPer Software Reference Manual. the JasPer Software Reference Manual."
"
HOMEPAGE="http://www.ece.uvic.ca/~frodo/jasper/" HOMEPAGE="http://www.ece.uvic.ca/~frodo/jasper/"
COPYRIGHT="1999-2007 Michael D. Adams" COPYRIGHT="1999-2007 Michael D. Adams"
LICENSE="JasPer v2" LICENSE="JasPer v2"
REVISION="1" REVISION="2"
SOURCE_URI="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-$portVersion.tar.gz" SOURCE_URI="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-$portVersion.tar.gz"
CHECKSUM_SHA256="d5082e14a50a7e461863991a8e932fc06a1b2f2688108c4478c400c39e257ebb" CHECKSUM_SHA256="d5082e14a50a7e461863991a8e932fc06a1b2f2688108c4478c400c39e257ebb"
SOURCE_DIR="jasper-$portVersion" SOURCE_DIR="jasper-$portVersion"
@@ -88,6 +86,8 @@ INSTALL()
packageEntries devel \ packageEntries devel \
$developDir $developDir
fixPkgconfig
# tools package # tools package
if [ -z "$secondaryArchSuffix" ]; then if [ -z "$secondaryArchSuffix" ]; then
packageEntries tools \ packageEntries tools \