# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files # URL: http://freecode.com/projects/libidl # Maintainer: Jose V Beneyto, sepen at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Packager: Tilman Sauerbeck, tilman at crux dot nu # Depends on: glib name=libidl version=0.8.14 release=1 source=(http://download.gnome.org/sources/libIDL/${version%.*}/libIDL-$version.tar.bz2) build() { cd libIDL-$version ./configure --prefix=/usr \ --build=aarch64-unknown-linux-gnueabi make make DESTDIR=$PKG install rm -rf $PKG/usr/share }