summaryrefslogtreecommitdiffstats
path: root/base/ntfs-3g/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/ntfs-3g/Pkgfile')
-rw-r--r--base/ntfs-3g/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/base/ntfs-3g/Pkgfile b/base/ntfs-3g/Pkgfile
deleted file mode 100644
index ff9f35008..000000000
--- a/base/ntfs-3g/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Permet la lecture/écriture des partitions NTFS
-# URL: http://www.ntfs-3g.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=ntfs-3g
-version=2011.1.15
-release=1
-source=(http://tuxera.com/opensource/$name-$version.tgz\
- http://nutyx.meticul.eu/files/patchs/$name/25-ntfs-config-write-policy.fdi)
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --disable-static \
- --disable-ldconfig
- make
- make DESTDIR=$PKG install
- ln -s ntfs-3g $PKG/sbin/mount.ntfs
- chmod a-x $PKG/lib/*.so
- rm -rf $PKG/usr/share/doc
- install -m755 -d $PKG/usr/share/hal/fdi/policy/10osvendor
- install -m644 $SRC/25-ntfs-config-write-policy.fdi \
-$PKG/usr/share/hal/fdi/policy/10osvendor/
-}