From d1bbb7d073525094c5e745485f9cd91ea69c81cb Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 1 Feb 2011 16:17:31 +0100 Subject: libidl, déplacé ds base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/libidl/Pkgfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 base/libidl/Pkgfile (limited to 'base/libidl/Pkgfile') diff --git a/base/libidl/Pkgfile b/base/libidl/Pkgfile new file mode 100755 index 000000000..1407c8a7f --- /dev/null +++ b/base/libidl/Pkgfile @@ -0,0 +1,21 @@ +# Description: Contient les librairies pour CORBA +# URL: http://www.gnome.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +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 +} + -- cgit v1.2.3-70-g09d2