libidl: updated to version 0.8.9

This commit is contained in:
Matt Housh 2008-01-02 09:54:13 -06:00
parent 419bd041db
commit c1d5241cc8
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
53a3874beb42ddfd9a5030047a0db740 libIDL-0.8.7.tar.bz2
a4f84903e289bb874ae2fbe92d80e656 libIDL-0.8.9.tar.bz2

View File

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