mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
gloox: bump version.
* remove libtool file.
This commit is contained in:
@@ -5,7 +5,7 @@ COPYRIGHT="2002-2012 Jakob Schröter"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://camaya.net/download/gloox-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941"
|
||||
CHECKSUM_SHA256="fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef"
|
||||
PATCHES="gloox-1.0.9.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -13,7 +13,7 @@ SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
gloox$secondaryArchSuffix = $portVersion
|
||||
lib:libgloox$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
lib:libgloox$secondaryArchSuffix = 14.0.0 compat >= 14
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
gloox${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:gloox_config${secondaryArchSuffix}
|
||||
devel:libgloox$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
devel:libgloox$secondaryArchSuffix = 14.0.0 compat >= 14
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gloox$secondaryArchSuffix == $portVersion base
|
||||
@@ -58,6 +58,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libgloox.la
|
||||
|
||||
# prepare development lib links
|
||||
prepareInstalledDevelLib libgloox
|
||||
|
||||
Reference in New Issue
Block a user