CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libidl: added overlay port
[ports/opt-arm64.git] / libidl / Pkgfile
CommitLineData
4ab98bfb
VM
1# Description: A library for creating trees of CORBA Interface Definition Language (IDL) files
2# URL: http://freecode.com/projects/libidl
3# Maintainer: Jose V Beneyto, sepen at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Packager: Tilman Sauerbeck, tilman at crux dot nu
6# Depends on: glib
7
8name=libidl
9version=0.8.14
10release=1
11source=(http://download.gnome.org/sources/libIDL/${version%.*}/libIDL-$version.tar.bz2)
12
13build() {
14 cd libIDL-$version
15 ./configure --prefix=/usr \
16 --build=aarch64-unknown-linux-gnueabi
17 make
18 make DESTDIR=$PKG install
19 rm -rf $PKG/usr/share
20}