2006-02-23 17:10:28 +00:00
|
|
|
# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files
|
2006-09-24 18:36:10 +00:00
|
|
|
# URL: http://andrewtv.org/libIDL/
|
2008-01-30 21:15:05 +01:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
2006-09-24 18:36:10 +00:00
|
|
|
# Depends on: glib
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
name=libidl
|
2008-10-04 00:53:25 +00:00
|
|
|
version=0.8.11
|
2006-02-23 17:10:28 +00:00
|
|
|
release=1
|
2006-09-24 18:36:10 +00:00
|
|
|
source=(http://download.gnome.org/sources/libIDL/0.8/libIDL-$version.tar.bz2)
|
2006-02-23 17:10:28 +00:00
|
|
|
|
|
|
|
build() {
|
2006-09-24 18:36:10 +00:00
|
|
|
cd libIDL-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2008-01-02 09:54:13 -06:00
|
|
|
rm -rf $PKG/usr/share
|
2006-02-23 17:10:28 +00:00
|
|
|
}
|