opt/libidl/Pkgfile

18 lines
427 B
Plaintext
Raw Normal View History

# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files
# URL: http://andrewtv.org/libIDL/
2008-01-30 21:15:05 +01:00
# Maintainer: Simone Rota, sip at crux dot nu
# Depends on: glib
name=libidl
2008-10-04 02:53:25 +02:00
version=0.8.11
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
2008-01-02 16:54:13 +01:00
rm -rf $PKG/usr/share
}