summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:51:50 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:51:50 +0200
commitff9118f1a385e83ca22610ede7ef127425a713bd (patch)
tree37588458368b41aa4c1bb9fa9ddafaf69885a95a /xfce
parentabf4d92e4f098cda1e5a6e3056c8494c6757f681 (diff)
downloadnutyx-extra-ff9118f1a385e83ca22610ede7ef127425a713bd.tar.gz
nutyx-extra-ff9118f1a385e83ca22610ede7ef127425a713bd.tar.bz2
nutyx-extra-ff9118f1a385e83ca22610ede7ef127425a713bd.tar.xz
nutyx-extra-ff9118f1a385e83ca22610ede7ef127425a713bd.zip
Ajout de libisofs#0.6.20-1
Diffstat (limited to 'xfce')
-rw-r--r--xfce/libisofs/.footprint11
-rw-r--r--xfce/libisofs/.md5sum1
-rwxr-xr-xxfce/libisofs/Pkgfile23
3 files changed, 35 insertions, 0 deletions
diff --git a/xfce/libisofs/.footprint b/xfce/libisofs/.footprint
new file mode 100644
index 000000000..c6936e7bb
--- /dev/null
+++ b/xfce/libisofs/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libisofs/
+-rw-r--r-- root/root usr/include/libisofs/libisofs.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libisofs.la
+lrwxrwxrwx root/root usr/lib/libisofs.so -> libisofs.so.6.16.0
+lrwxrwxrwx root/root usr/lib/libisofs.so.6 -> libisofs.so.6.16.0
+-rwxr-xr-x root/root usr/lib/libisofs.so.6.16.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libisofs-1.pc
diff --git a/xfce/libisofs/.md5sum b/xfce/libisofs/.md5sum
new file mode 100644
index 000000000..4aa95667d
--- /dev/null
+++ b/xfce/libisofs/.md5sum
@@ -0,0 +1 @@
+52621c4a3fbfde268a210993b2919395 libisofs-0.6.20.tar.gz
diff --git a/xfce/libisofs/Pkgfile b/xfce/libisofs/Pkgfile
new file mode 100755
index 000000000..5e0ea7876
--- /dev/null
+++ b/xfce/libisofs/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Librairie pour creer des systemes de fichiers ISO-9660
+# URL: http://libburnia.pykix.org/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: libburn
+
+name=libisofs
+version=0.6.20
+release=1
+source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --libdir=/usr/lib \
+ --mandir=/usr/share/man \
+ --localstatedir=/var \
+ --sysconfdir=/etc \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+