From f25bcc40bf2cc71e7020c72b9c716d8d8703e6fb Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 1 Feb 2011 16:14:51 +0100 Subject: glib, maj des dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/glib/Pkgfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/base/glib/Pkgfile b/base/glib/Pkgfile index 6aa327182..a123a739b 100755 --- a/base/glib/Pkgfile +++ b/base/glib/Pkgfile @@ -2,8 +2,6 @@ # URL: http://www.gtk.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: pcre -# Run on: pcre name=glib version=2.27.5 -- cgit v1.2.3-54-g00ecf 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 +++++++++++++++++++++ extra/libidl/.footprint | 18 ------------------ extra/libidl/.md5sum | 1 - extra/libidl/Pkgfile | 23 ----------------------- 6 files changed, 40 insertions(+), 42 deletions(-) create mode 100644 base/libidl/.footprint create mode 100644 base/libidl/.md5sum create mode 100755 base/libidl/Pkgfile delete mode 100644 extra/libidl/.footprint delete mode 100644 extra/libidl/.md5sum delete mode 100755 extra/libidl/Pkgfile 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 +} + 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 -} - -- cgit v1.2.3-54-g00ecf