From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- ntfsprogs/Pkgfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 ntfsprogs/Pkgfile (limited to 'ntfsprogs/Pkgfile') 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 +} + -- cgit v1.2.3-54-g00ecf