diff options
author | orchidman <lesibel@free.fr> | 2011-09-09 12:03:58 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-09-09 12:03:58 +0200 |
commit | c8fb7e2c36fe19da5ae973e02248ec9369cce59f (patch) | |
tree | cca97badae66d5e15387e1cc4e36a79fc42175ab /extra/libisofs/Pkgfile | |
parent | 956817d4b9584c52816a22beae438cbdf8a0828d (diff) | |
parent | 72a08fe665efbaf36daf3fcc0d13acf105506d4e (diff) | |
download | nutyx-pakxe-c8fb7e2c36fe19da5ae973e02248ec9369cce59f.tar.gz nutyx-pakxe-c8fb7e2c36fe19da5ae973e02248ec9369cce59f.tar.bz2 nutyx-pakxe-c8fb7e2c36fe19da5ae973e02248ec9369cce59f.tar.xz nutyx-pakxe-c8fb7e2c36fe19da5ae973e02248ec9369cce59f.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/libisofs/Pkgfile')
-rwxr-xr-x | extra/libisofs/Pkgfile | 24 |
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 +} + |