opt/libidl/Pkgfile

18 lines
432 B
Plaintext

# 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
# Depends on: glib
name=libidl
version=0.8.7
release=1
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
}