summaryrefslogtreecommitdiffstats
path: root/extra/libidl/Pkgfile
blob: 8d506f5b7094878e992d665f25e30b3ec6eab9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Contient les librairies pour CORBA
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: glib
# Run on:

name=libidl
version=0.8.13
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/libIDL-$version.tar.gz)


build() {
cd libIDL-$version
./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--infodir=/usr/share/info
make
make DESTDIR=$PKG install
rm $PKG/usr/share/info/dir
}