summaryrefslogtreecommitdiffstats
path: root/extra/libisofs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libisofs/Pkgfile')
-rwxr-xr-xextra/libisofs/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/libisofs/Pkgfile b/extra/libisofs/Pkgfile
new file mode 100755
index 000000000..e8a28b2f8
--- /dev/null
+++ b/extra/libisofs/Pkgfile
@@ -0,0 +1,24 @@
+# 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.0.2
+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
+}
+