summaryrefslogtreecommitdiffstats
path: root/extra
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 /extra
parentf25bcc40bf2cc71e7020c72b9c716d8d8703e6fb (diff)
downloadnutyx-extra-d1bbb7d073525094c5e745485f9cd91ea69c81cb.tar.gz
nutyx-extra-d1bbb7d073525094c5e745485f9cd91ea69c81cb.tar.bz2
nutyx-extra-d1bbb7d073525094c5e745485f9cd91ea69c81cb.tar.xz
nutyx-extra-d1bbb7d073525094c5e745485f9cd91ea69c81cb.zip
libidl, déplacé ds base
Diffstat (limited to 'extra')
-rw-r--r--extra/libidl/.footprint18
-rw-r--r--extra/libidl/.md5sum1
-rwxr-xr-xextra/libidl/Pkgfile23
3 files changed, 0 insertions, 42 deletions
diff --git a/extra/libidl/.footprint b/extra/libidl/.footprint
deleted file mode 100644
index c6966bd83..000000000
--- a/extra/libidl/.footprint
+++ /dev/null
@@ -1,18 +0,0 @@
-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/extra/libidl/.md5sum b/extra/libidl/.md5sum
deleted file mode 100644
index 69281d037..000000000
--- a/extra/libidl/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-babf078cfae9e325ab555c54532630cd libIDL-0.8.13.tar.gz
diff --git a/extra/libidl/Pkgfile b/extra/libidl/Pkgfile
deleted file mode 100755
index 1e62d21d9..000000000
--- a/extra/libidl/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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: glib
-
-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
-}
-