libidl: bump version.

This commit is contained in:
Jerome Duval
2015-11-29 14:51:15 +00:00
parent 9cc8d999a5
commit 7fc15f7e39
2 changed files with 19 additions and 18 deletions

View File

@@ -6,29 +6,29 @@ was initially written for ORBit (the ORB from the GNOME project, and the \
primary means of libIDL distribution). However, the functionality was designed \
to be as reusable and portable as possible.
"
HOMEPAGE="http://andrewtv.org/libIDL/"
SOURCE_URI="http://andrewtv.org/libIDL/libIDL-0.6.8.tar.gz"
CHECKSUM_SHA256="50e8f7674815e42a6e8be32610838d9b7da91b3043784d2b69d17b79c7203e7b"
HOMEPAGE="http://github.com/GNOME/libIDL/"
SOURCE_URI="http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$portVersion.tar.gz"
CHECKSUM_SHA256="bca99570f1ab453e11ae627b209561019cde5aaa98f71f43cc6da048d3bc7e72"
COPYRIGHT="1998-1999 Andrew T. Veliath"
LICENSE="GNU LGPL v2"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libidl$secondaryArchSuffix = $portVersion
lib:libIDL$secondaryArchSuffix = $portVersion compat = 0.4.4
lib:libIDL_0.6$secondaryArchSuffix = $portVersion compat = 0.4.4
lib:libIDL_2$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libglib$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libglib$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -38,13 +38,13 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:flex
cmd:bison
cmd:pkg_config$secondaryArchSuffix
"
PROVIDES_devel="
libidl${secondaryArchSuffix}_devel = $portVersion
cmd:libIDL_config = $portVersion
devel:libIDL$secondaryArchSuffix = $portVersion
devel:libIDL_0.6$secondaryArchSuffix = $portVersion
cmd:libIDL_config_2 = $portVersion
devel:libIDL_2$secondaryArchSuffix = 0.0.0 compat >= 0
"
REQUIRES_devel="
@@ -53,7 +53,7 @@ REQUIRES_devel="
SOURCE_DIR="libIDL-$portVersion"
PATCHES="libidl-0.6.8.patchset"
#PATCHES="libidl-$portVersion.patchset"
BUILD()
{
@@ -67,14 +67,15 @@ BUILD()
INSTALL()
{
make install
# remove libtool files
rm $libDir/*.la
prepareInstalledDevelLibs libIDL libIDL-0.6
prepareInstalledDevelLibs libIDL-2
fixPkgconfig
fixDevelopLibDirReferences $binDir/libIDL-config \
$libDir/libIDLConf.sh
fixDevelopLibDirReferences $binDir/libIDL-config-2
packageEntries devel \
$developDir $binDir \
$dataDir $infoDir \
$libDir/libIDLConf.sh
$developDir $binDir $infoDir
}