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/.footprint | 18 ++++++++++++++++++ base/libidl/.md5sum | 1 + base/libidl/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 base/libidl/.footprint create mode 100644 base/libidl/.md5sum create mode 100755 base/libidl/Pkgfile (limited to 'base') diff --git a/base/libidl/.footprint b/base/libidl/.footprint new file mode 100644 index 000000000..c6966bd83 --- /dev/null +++ b/base/libidl/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/libIDL-config-2 +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libIDL-2.0/ +drwxr-xr-x root/root usr/include/libIDL-2.0/libIDL/ +-rw-r--r-- root/root usr/include/libIDL-2.0/libIDL/IDL.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libIDL-2.a +-rwxr-xr-x root/root usr/lib/libIDL-2.la +lrwxrwxrwx root/root usr/lib/libIDL-2.so -> libIDL-2.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libIDL-2.so.0 -> libIDL-2.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libIDL-2.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libIDL-2.0.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/libIDL2.info.gz diff --git a/base/libidl/.md5sum b/base/libidl/.md5sum new file mode 100644 index 000000000..69281d037 --- /dev/null +++ b/base/libidl/.md5sum @@ -0,0 +1 @@ +babf078cfae9e325ab555c54532630cd libIDL-0.8.13.tar.gz 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