Author: jaeger Date: 2006-09-24 20:36:10 +0200 (Sun, 24 Sep 2006) New Revision: 1935 Modified: crux-2.2/ports/opt/libidl/.md5sum crux-2.2/ports/opt/libidl/Pkgfile Log: libidl: assumed maintenance, updated to version 0.8.7, update URL Modified: crux-2.2/ports/opt/libidl/.md5sum =================================================================== --- crux-2.2/ports/opt/libidl/.md5sum 2006-09-24 11:01:54 UTC (rev 1934) +++ crux-2.2/ports/opt/libidl/.md5sum 2006-09-24 18:36:10 UTC (rev 1935) @@ -1 +1 @@ -c63f6513dc7789d0575bea02d62d58d7 libIDL-0.8.5.tar.bz2 +53a3874beb42ddfd9a5030047a0db740 libIDL-0.8.7.tar.bz2 Modified: crux-2.2/ports/opt/libidl/Pkgfile =================================================================== --- crux-2.2/ports/opt/libidl/Pkgfile 2006-09-24 11:01:54 UTC (rev 1934) +++ crux-2.2/ports/opt/libidl/Pkgfile 2006-09-24 18:36:10 UTC (rev 1935) @@ -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 }