summaryrefslogtreecommitdiffstats
path: root/base/ntfs-3g/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:22:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:22:24 +0200
commitbc44a43c9b72895e5e738a99514a4db242e0ffac (patch)
tree6a56617d49de2663eaafe6e310c0a8d2732874cf /base/ntfs-3g/Pkgfile
parent6a1304b35f5added2b81028980298468ff393c23 (diff)
downloadnutyx-extra-bc44a43c9b72895e5e738a99514a4db242e0ffac.tar.gz
nutyx-extra-bc44a43c9b72895e5e738a99514a4db242e0ffac.tar.bz2
nutyx-extra-bc44a43c9b72895e5e738a99514a4db242e0ffac.tar.xz
nutyx-extra-bc44a43c9b72895e5e738a99514a4db242e0ffac.zip
Ajout de ntfs-3g#2009.4.4-1
Diffstat (limited to 'base/ntfs-3g/Pkgfile')
-rw-r--r--base/ntfs-3g/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/base/ntfs-3g/Pkgfile b/base/ntfs-3g/Pkgfile
new file mode 100644
index 000000000..29082e5e2
--- /dev/null
+++ b/base/ntfs-3g/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Permet la lecture/écriture des partitions NTFS
+# URL: http://www.ntfs-3g.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=ntfs-3g
+version=2009.4.4
+release=1
+source=(http://www.ntfs-3g.org/$name-$version.tgz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-static \
+ --disable-ldconfig
+ make
+ make DESTDIR=$PKG install
+ chmod a-x $PKG/lib/*.so
+ rm -rf $PKG/usr/share/doc
+}