summaryrefslogtreecommitdiffstats
path: root/ntfs-3g/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-22 22:22:58 +0100
committerpiernov <piernov@piernov.org>2012-03-22 22:22:58 +0100
commitfecca2b7daa0db26ec9d542d7ed9592fc1d67adb (patch)
treedb27afbd2914e1179108d65e47834914ef8c2081 /ntfs-3g/Pkgfile
parent32abb241d4d9e1c589d84490fa234c167934c3ec (diff)
downloadnutyx-extra-fecca2b7daa0db26ec9d542d7ed9592fc1d67adb.tar.gz
nutyx-extra-fecca2b7daa0db26ec9d542d7ed9592fc1d67adb.tar.bz2
nutyx-extra-fecca2b7daa0db26ec9d542d7ed9592fc1d67adb.tar.xz
nutyx-extra-fecca2b7daa0db26ec9d542d7ed9592fc1d67adb.zip
ntfs-3g 2012.1.15-1 màj port
Diffstat (limited to 'ntfs-3g/Pkgfile')
-rw-r--r--ntfs-3g/Pkgfile31
1 files changed, 16 insertions, 15 deletions
diff --git a/ntfs-3g/Pkgfile b/ntfs-3g/Pkgfile
index ff9f35008..05eb52b0b 100644
--- a/ntfs-3g/Pkgfile
+++ b/ntfs-3g/Pkgfile
@@ -1,24 +1,25 @@
# Description: Permet la lecture/écriture des partitions NTFS
-# URL: http://www.ntfs-3g.org
+# URL: http://www.tuxera.com/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
name=ntfs-3g
-version=2011.1.15
+version=2012.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)
+source=(http://tuxera.com/opensource/${name}_ntfsprogs-$version.tgz)
+
build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --disable-static \
- --disable-ldconfig
+ cd ${name}_ntfsprogs-$version
+ ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --with-fuse=external
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/
+
+ for DIR in src libntfs-3g include; do
+ cd $DIR
+ make DESTDIR=$PKG install
+ cd ..
+ done
+
+ ln -s /bin/ntfs-3g $PKG/sbin/mount.ntfs
}