summaryrefslogtreecommitdiffstats
path: root/ntfsprogs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ntfsprogs/Pkgfile')
-rwxr-xr-xntfsprogs/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/ntfsprogs/Pkgfile b/ntfsprogs/Pkgfile
new file mode 100755
index 000000000..5bef789ba
--- /dev/null
+++ b/ntfsprogs/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+# Run 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
+}
+