diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:53:34 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 21:53:34 +0200 |
commit | 729cabbef0f28a255e723be435588310f71b24c3 (patch) | |
tree | 837a224834df44c792fc0d874dca8d2e0e95f46a /extra/ntfsprogs/Pkgfile | |
parent | b989b725e2b0bb83ce9110717fb644deb1c0ca80 (diff) | |
download | nutyx-pakxe-729cabbef0f28a255e723be435588310f71b24c3.tar.gz nutyx-pakxe-729cabbef0f28a255e723be435588310f71b24c3.tar.bz2 nutyx-pakxe-729cabbef0f28a255e723be435588310f71b24c3.tar.xz nutyx-pakxe-729cabbef0f28a255e723be435588310f71b24c3.zip |
Ajout de ntfsprogs#2.0.0-2
Diffstat (limited to 'extra/ntfsprogs/Pkgfile')
-rwxr-xr-x | extra/ntfsprogs/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/ntfsprogs/Pkgfile b/extra/ntfsprogs/Pkgfile new file mode 100755 index 000000000..1a0eadbeb --- /dev/null +++ b/extra/ntfsprogs/Pkgfile @@ -0,0 +1,18 @@ +# Description: Diverses outils pour la manipulation des partitions NTFS +# URL: http://www.linux-ntfs.org/doku.php?id=downloads +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: fuse + +name=ntfsprogs +version=2.0.0 +release=2 +source=(http://downloads.sourceforge.net/linux-ntfs/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-gnome-vfs + make + make DESTDIR=$PKG install +} |