summaryrefslogtreecommitdiffstats
path: root/xfce/libburn/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:51:18 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:51:18 +0200
commitabf4d92e4f098cda1e5a6e3056c8494c6757f681 (patch)
tree9380d33ec03ba37cce1823bc59e3c06e6b7d5154 /xfce/libburn/Pkgfile
parent4786a9afd180122b9d55fcc96db0dd1bad194204 (diff)
downloadnutyx-extra-abf4d92e4f098cda1e5a6e3056c8494c6757f681.tar.gz
nutyx-extra-abf4d92e4f098cda1e5a6e3056c8494c6757f681.tar.bz2
nutyx-extra-abf4d92e4f098cda1e5a6e3056c8494c6757f681.tar.xz
nutyx-extra-abf4d92e4f098cda1e5a6e3056c8494c6757f681.zip
Ajout de libburn#0.6.6-1
Diffstat (limited to 'xfce/libburn/Pkgfile')
-rwxr-xr-xxfce/libburn/Pkgfile22
1 files changed, 22 insertions, 0 deletions
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
+}