diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:53:27 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:53:27 +0200 |
commit | 0441d0e19bf2cbddadcb9fedf21d28d3e6ca4060 (patch) | |
tree | 5a124f6a4b6cd6240511d97a08ac53d541478917 /extra/ntfs-3g/Pkgfile | |
parent | 489e6b5c38f859e16382f89e853a1f9017125920 (diff) | |
download | nutyx-pakxe-0441d0e19bf2cbddadcb9fedf21d28d3e6ca4060.tar.gz nutyx-pakxe-0441d0e19bf2cbddadcb9fedf21d28d3e6ca4060.tar.bz2 nutyx-pakxe-0441d0e19bf2cbddadcb9fedf21d28d3e6ca4060.tar.xz nutyx-pakxe-0441d0e19bf2cbddadcb9fedf21d28d3e6ca4060.zip |
ntfs-3g dans extra
Diffstat (limited to 'extra/ntfs-3g/Pkgfile')
-rw-r--r-- | extra/ntfs-3g/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/ntfs-3g/Pkgfile b/extra/ntfs-3g/Pkgfile new file mode 100644 index 000000000..ff9f35008 --- /dev/null +++ b/extra/ntfs-3g/Pkgfile @@ -0,0 +1,24 @@ +# 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/ +} |