libassuan: bump version.

* remove libtool file.
This commit is contained in:
Jerome Duval
2016-07-21 20:43:19 +00:00
parent cad2a538fc
commit 11c1ae3340
2 changed files with 6 additions and 6 deletions

View File

@@ -11,14 +11,14 @@ LICENSE="
COPYRIGHT="2003-2013 g10 Code GmbH"
HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html"
SOURCE_URI="ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-$portVersion.tar.bz2"
CHECKSUM_SHA256="bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20"
CHECKSUM_SHA256="22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71"
REVISION="1"; updateRevisionVariables
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
libassuan$secondaryArchSuffix = $portVersion compat >= 1
lib:libassuan$secondaryArchSuffix = 0.7.2 compat >= 0
lib:libassuan$secondaryArchSuffix = 0.7.3 compat >= 0
"
REQUIRES="
@@ -54,15 +54,15 @@ INSTALL()
{
make install
rm $libDir/libassuan.la
prepareInstalledDevelLibs libassuan
# The libtool files reference other libraries using the wrong paths, which
# The config file reference other libraries using the wrong paths, which
# creates a lot of confusion. Fix them so correct paths are used.
local develPackageName="${portName}_devel-$portFullVersion"
local packageLinksDir=$(dirname $portPackageLinksDir)
local linksDir="$packageLinksDir/${develPackageName}/devel~libgpg_error$secondaryArchSuffix/$relativeDevelopLibDir"
sed -i -e "s,^\(dependency_libs.*\)-L.*$,\1 -L$linksDir $linksDir/libassuan.la\'," \
$developLibDir/libassuan.la
sed -i -e "s,\(gpg_error_libs.*\)-L.*\( -lgpg-error\),\1-L$linksDir\2," \
$binDir/libassuan-config
linksDir="$packageLinksDir/${develPackageName}/devel~libgpg_error$secondaryArchSuffix"
@@ -76,7 +76,7 @@ INSTALL()
PROVIDES_devel="
libassuan${secondaryArchSuffix}_devel = $portVersion compat >= 1
cmd:libassuan_config$secondaryArchSuffix = $portVersion compat >= 1
devel:libassuan$secondaryArchSuffix = 0.7.2 compat >= 0
devel:libassuan$secondaryArchSuffix = 0.7.3 compat >= 0
"
REQUIRES_devel="