diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-21 15:17:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-21 15:17:59 +0100 |
commit | 312e14640803562f550cbbdcd1c5a2ef8fcbc6b2 (patch) | |
tree | 4239aeb3748cc23bae06f6f1841b77fee7562616 /extra/fuseiso/Pkgfile | |
parent | 82ddce3ca1fb63bcd3f2ea5599f43cd96a81a405 (diff) | |
parent | 76203b4cb305fb9b39591cd409b3da7ec7ec5245 (diff) | |
download | nutyx-pakxe-312e14640803562f550cbbdcd1c5a2ef8fcbc6b2.tar.gz nutyx-pakxe-312e14640803562f550cbbdcd1c5a2ef8fcbc6b2.tar.bz2 nutyx-pakxe-312e14640803562f550cbbdcd1c5a2ef8fcbc6b2.tar.xz nutyx-pakxe-312e14640803562f550cbbdcd1c5a2ef8fcbc6b2.zip |
Merge remote branch 'fanch/master'
Diffstat (limited to 'extra/fuseiso/Pkgfile')
-rw-r--r-- | extra/fuseiso/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/fuseiso/Pkgfile b/extra/fuseiso/Pkgfile new file mode 100644 index 000000000..46f78c240 --- /dev/null +++ b/extra/fuseiso/Pkgfile @@ -0,0 +1,19 @@ +# Description: module FUSE pour monter les images iso +# URL: http://fuse.sourceforge.net/wiki/index.php/FuseIso +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on: fuse, glib, zlib + +name=fuseiso +version=20070708 +release=1 +source=(http://ubiz.ru/dm/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + + |