libidl: assumed maintenance, updated to version 0.8.7, update URL

This commit is contained in:
Matt Housh 2006-09-24 18:36:10 +00:00
parent cf91ceb2e7
commit 42c28b27aa
2 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
c63f6513dc7789d0575bea02d62d58d7 libIDL-0.8.5.tar.bz2
53a3874beb42ddfd9a5030047a0db740 libIDL-0.8.7.tar.bz2

View File

@ -1,17 +1,17 @@
# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files
# URL: ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/
# Maintainer: Per Lidén, core-ports at crux dot nu
# Depends on: glib
# URL: http://andrewtv.org/libIDL/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: glib
name=libidl
version=0.8.5
version=0.8.7
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$version.tar.bz2)
source=(http://download.gnome.org/sources/libIDL/0.8/libIDL-$version.tar.bz2)
build() {
cd libIDL-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
cd libIDL-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}