summaryrefslogtreecommitdiffstats
path: root/libburn/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libburn/Pkgfile')
-rwxr-xr-xlibburn/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libburn/Pkgfile b/libburn/Pkgfile
new file mode 100755
index 000000000..a2f67ffac
--- /dev/null
+++ b/libburn/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Librairie d'accès aux disques optiques
+# URL: http://icculus.org/burn/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libburn
+version=1.1.6
+release=1
+source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}