summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-10 10:10:43 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-10 10:10:43 +0100
commit0f0cdbaf10cc9c35d0d48edd6585bf1b69a597f3 (patch)
treed275b6107be14eceec8397d4fb481f370ce93382
parentd60d2112faf1d64d32c7e2c6a4624756ab960002 (diff)
downloadnutyx-pakxe-0f0cdbaf10cc9c35d0d48edd6585bf1b69a597f3.tar.gz
nutyx-pakxe-0f0cdbaf10cc9c35d0d48edd6585bf1b69a597f3.tar.bz2
nutyx-pakxe-0f0cdbaf10cc9c35d0d48edd6585bf1b69a597f3.tar.xz
nutyx-pakxe-0f0cdbaf10cc9c35d0d48edd6585bf1b69a597f3.zip
Ajout de giblib#1.2.4-1
-rwxr-xr-xextra/giblib/.footprint24
-rwxr-xr-xextra/giblib/.md5sum1
-rwxr-xr-xextra/giblib/Pkgfile18
3 files changed, 43 insertions, 0 deletions
diff --git a/extra/giblib/.footprint b/extra/giblib/.footprint
new file mode 100755
index 000000000..29e1d1882
--- /dev/null
+++ b/extra/giblib/.footprint
@@ -0,0 +1,24 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/giblib-config
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/giblib/
+-rw-r--r-- root/root usr/include/giblib/gib_btree.h
+-rw-r--r-- root/root usr/include/giblib/gib_debug.h
+-rw-r--r-- root/root usr/include/giblib/gib_hash.h
+-rw-r--r-- root/root usr/include/giblib/gib_imlib.h
+-rw-r--r-- root/root usr/include/giblib/gib_list.h
+-rw-r--r-- root/root usr/include/giblib/gib_queue.h
+-rw-r--r-- root/root usr/include/giblib/gib_stack.h
+-rw-r--r-- root/root usr/include/giblib/gib_style.h
+-rw-r--r-- root/root usr/include/giblib/gib_utils.h
+-rw-r--r-- root/root usr/include/giblib/giblib.h
+-rw-r--r-- root/root usr/include/giblib/giblib_config.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgiblib.a
+-rwxr-xr-x root/root usr/lib/libgiblib.la
+lrwxrwxrwx root/root usr/lib/libgiblib.so -> libgiblib.so.1.0.6
+lrwxrwxrwx root/root usr/lib/libgiblib.so.1 -> libgiblib.so.1.0.6
+-rwxr-xr-x root/root usr/lib/libgiblib.so.1.0.6
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/giblib.pc
diff --git a/extra/giblib/.md5sum b/extra/giblib/.md5sum
new file mode 100755
index 000000000..ffea67a95
--- /dev/null
+++ b/extra/giblib/.md5sum
@@ -0,0 +1 @@
+c810ef5389baf24882a1caca2954385e giblib-1.2.4.tar.gz
diff --git a/extra/giblib/Pkgfile b/extra/giblib/Pkgfile
new file mode 100755
index 000000000..3475bbac9
--- /dev/null
+++ b/extra/giblib/Pkgfile
@@ -0,0 +1,18 @@
+# Description: wrapper de librairie pour imlib2
+# URL: http://www.linuxbrit.co.uk/giblib
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: imlib2, freetype
+
+name=giblib
+version=1.2.4
+release=1
+source=(http://linuxbrit.co.uk/downloads/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/doc/
+}