mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
zziplib: keep compat devel libs.
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="http://zziplib.sourceforge.net/"
|
|||||||
COPYRIGHT="1999-2010 Guido Draheim"
|
COPYRIGHT="1999-2010 Guido Draheim"
|
||||||
LICENSE="GNU LGPL v2.1
|
LICENSE="GNU LGPL v2.1
|
||||||
MPL v1.1"
|
MPL v1.1"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="https://github.com/gdraheim/zziplib/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/gdraheim/zziplib/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544"
|
CHECKSUM_SHA256="846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544"
|
||||||
PATCHES="zziplib-$portVersion.patchset"
|
PATCHES="zziplib-$portVersion.patchset"
|
||||||
@@ -44,6 +44,10 @@ PROVIDES_devel="
|
|||||||
devel:libzzipfseeko_0$secondaryArchSuffix = $libVersionCompat
|
devel:libzzipfseeko_0$secondaryArchSuffix = $libVersionCompat
|
||||||
devel:libzzipmmapped_0$secondaryArchSuffix = $libVersionCompat
|
devel:libzzipmmapped_0$secondaryArchSuffix = $libVersionCompat
|
||||||
devel:libzzipwrap_0$secondaryArchSuffix = $libVersionCompat
|
devel:libzzipwrap_0$secondaryArchSuffix = $libVersionCompat
|
||||||
|
devel:libzzip$secondaryArchSuffix = $libVersionCompat
|
||||||
|
devel:libzzipfseeko$secondaryArchSuffix = $libVersionCompat
|
||||||
|
devel:libzzipmmapped$secondaryArchSuffix = $libVersionCompat
|
||||||
|
devel:libzzipwrap$secondaryArchSuffix = $libVersionCompat
|
||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
zziplib$secondaryArchSuffix == $portVersion base
|
zziplib$secondaryArchSuffix == $portVersion base
|
||||||
@@ -88,13 +92,17 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
rm $libDir/libzzip*.la $libDir/libzzip*.so
|
rm $libDir/libzzip*.la
|
||||||
|
|
||||||
prepareInstalledDevelLibs \
|
prepareInstalledDevelLibs \
|
||||||
libzzip-0 \
|
libzzip-0 \
|
||||||
libzzipfseeko-0 \
|
libzzipfseeko-0 \
|
||||||
libzzipmmapped-0 \
|
libzzipmmapped-0 \
|
||||||
libzzipwrap-0
|
libzzipwrap-0 \
|
||||||
|
libzzip \
|
||||||
|
libzzipfseeko \
|
||||||
|
libzzipmmapped \
|
||||||
|
libzzipwrap
|
||||||
|
|
||||||
fixPkgconfig
|
fixPkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user