summaryrefslogtreecommitdiffstats
path: root/base/libidl
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-01 16:17:31 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-01 16:17:31 +0100
commitd1bbb7d073525094c5e745485f9cd91ea69c81cb (patch)
tree3933c44cd84abe516ac7d657222ed2a5f73700eb /base/libidl
parentf25bcc40bf2cc71e7020c72b9c716d8d8703e6fb (diff)
downloadnutyx-pakxe-d1bbb7d073525094c5e745485f9cd91ea69c81cb.tar.gz
nutyx-pakxe-d1bbb7d073525094c5e745485f9cd91ea69c81cb.tar.bz2
nutyx-pakxe-d1bbb7d073525094c5e745485f9cd91ea69c81cb.tar.xz
nutyx-pakxe-d1bbb7d073525094c5e745485f9cd91ea69c81cb.zip
libidl, déplacé ds base
Diffstat (limited to 'base/libidl')
-rw-r--r--base/libidl/.footprint18
-rw-r--r--base/libidl/.md5sum1
-rwxr-xr-xbase/libidl/Pkgfile21
3 files changed, 40 insertions, 0 deletions
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
+}
+