From e11a33d937ce504987ad53c604800ebbf833e3b9 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 27 Jun 2009 21:53:33 -0700 Subject: Initial inclusion of NTFS-3G. --- .../ntfs-3g/20-ntfs-config-write-policy.fdi | 13 ++++++++++ abs/core-testing/ntfs-3g/PKGBUILD | 30 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 abs/core-testing/ntfs-3g/20-ntfs-config-write-policy.fdi create mode 100644 abs/core-testing/ntfs-3g/PKGBUILD diff --git a/abs/core-testing/ntfs-3g/20-ntfs-config-write-policy.fdi b/abs/core-testing/ntfs-3g/20-ntfs-config-write-policy.fdi new file mode 100644 index 0000000..b0f5961 --- /dev/null +++ b/abs/core-testing/ntfs-3g/20-ntfs-config-write-policy.fdi @@ -0,0 +1,13 @@ + + + + + ntfs-3g + ntfs-3g + locale= + dmask= + fmask= + + + + diff --git a/abs/core-testing/ntfs-3g/PKGBUILD b/abs/core-testing/ntfs-3g/PKGBUILD new file mode 100644 index 0000000..738f131 --- /dev/null +++ b/abs/core-testing/ntfs-3g/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 35598 2009-04-14 08:38:34Z ronald $ +# Maintainer: Ronald van Haren +# Contributor: Thomas Bächler + +pkgname=ntfs-3g +pkgver=2009.4.4 +pkgrel=1 +pkgdesc="Stable read and write NTFS driver" +url="http://www.ntfs-3g.org/" +arch=('i686' 'x86_64') +license=('GPL2') +depends=('glibc') +makedepends=('pkgconfig') +options=('!libtool') +source=(http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz + 20-ntfs-config-write-policy.fdi) +md5sums=('e0b5c170f088a8d82968f0a6b34d31da' + 'ece35a9108837e2008e5a47f3390755e') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + # use internal fuse at least until fuse 2.8.0 is relased, it contains + # some bug & security fixes + ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \ + --with-fuse=internal || return 1 + make || return 1 + make DESTDIR=${pkgdir} install || return 1 + install -m755 -d "${pkgdir}/usr/share/hal/fdi/policy/10osvendor" + install -m644 "${srcdir}/20-ntfs-config-write-policy.fdi" "${pkgdir}/usr/share/hal/fdi/policy/10osvendor/" || return 1 +} -- cgit v0.12