summaryrefslogtreecommitdiffstats
path: root/libisofs/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 12:33:02 +0200
committertnut <thierryn1 at hispeed dot ch>2012-05-12 12:33:02 +0200
commit2efb3d208fac40d7f383b4d469a4de45ae782a6f (patch)
treebafcc17cb1299013b8c38d76e220d69149d65be0 /libisofs/Pkgfile
parent919e2cfeff24c2775c51678382f30bc59b833e48 (diff)
downloadnutyx-pakxe-2efb3d208fac40d7f383b4d469a4de45ae782a6f.tar.gz
nutyx-pakxe-2efb3d208fac40d7f383b4d469a4de45ae782a6f.tar.bz2
nutyx-pakxe-2efb3d208fac40d7f383b4d469a4de45ae782a6f.tar.xz
nutyx-pakxe-2efb3d208fac40d7f383b4d469a4de45ae782a6f.zip
libisofs, ajout
Diffstat (limited to 'libisofs/Pkgfile')
-rwxr-xr-xlibisofs/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libisofs/Pkgfile b/libisofs/Pkgfile
new file mode 100755
index 000000000..d0f2a70b2
--- /dev/null
+++ b/libisofs/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+# Run on: libburn
+
+name=libisofs
+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
+}