diff options
author | tnut <tnut at nutyx dot com> | 2011-09-09 08:46:16 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-09 08:46:16 +0200 |
commit | 72a08fe665efbaf36daf3fcc0d13acf105506d4e (patch) | |
tree | c5552b34cc9b55eecf263d733f9dc43fcf45011b /xfce/libisofs/Pkgfile | |
parent | 8d2922b3167c6ae6921d206734c63b2af0a0409d (diff) | |
download | nutyx-extra-72a08fe665efbaf36daf3fcc0d13acf105506d4e.tar.gz nutyx-extra-72a08fe665efbaf36daf3fcc0d13acf105506d4e.tar.bz2 nutyx-extra-72a08fe665efbaf36daf3fcc0d13acf105506d4e.tar.xz nutyx-extra-72a08fe665efbaf36daf3fcc0d13acf105506d4e.zip |
libisofs dans extra
Diffstat (limited to 'xfce/libisofs/Pkgfile')
-rwxr-xr-x | xfce/libisofs/Pkgfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/xfce/libisofs/Pkgfile b/xfce/libisofs/Pkgfile deleted file mode 100755 index e8a28b2f8..000000000 --- a/xfce/libisofs/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# 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 -} - |