summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xfce/libburn/.footprint17
-rw-r--r--xfce/libburn/.md5sum1
-rwxr-xr-xxfce/libburn/Pkgfile22
3 files changed, 40 insertions, 0 deletions
diff --git a/xfce/libburn/.footprint b/xfce/libburn/.footprint
new file mode 100644
index 000000000..cddcf64c6
--- /dev/null
+++ b/xfce/libburn/.footprint
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cdrskin
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libburn/
+-rw-r--r-- root/root usr/include/libburn/libburn.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libburn.la
+lrwxrwxrwx root/root usr/lib/libburn.so -> libburn.so.4.31.0
+lrwxrwxrwx root/root usr/lib/libburn.so.4 -> libburn.so.4.31.0
+-rwxr-xr-x root/root usr/lib/libburn.so.4.31.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libburn-1.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/cdrskin.1.gz
diff --git a/xfce/libburn/.md5sum b/xfce/libburn/.md5sum
new file mode 100644
index 000000000..3f7e97f24
--- /dev/null
+++ b/xfce/libburn/.md5sum
@@ -0,0 +1 @@
+7389f6d741c4695b5e2f3be7c24feb38 libburn-0.6.6.pl00.tar.gz
diff --git a/xfce/libburn/Pkgfile b/xfce/libburn/Pkgfile
new file mode 100755
index 000000000..868fe9c3b
--- /dev/null
+++ b/xfce/libburn/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Librairie d'acces aux disques optiques
+# URL: http://icculus.org/burn/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com>
+# Depends on: glibc
+
+name=libburn
+version=0.6.6
+release=1
+source=(http://files.libburnia-project.org/releases/$name-$version.pl00.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
+}