[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun Apr 11 14:10:10 UTC 2010


    Date: Sunday, April 11, 2010 @ 10:10:09
  Author: ronald
Revision: 77218

upgpkg: ntfs-3g 2010.3.6-1
update to latest version

Modified:
  ntfs-3g/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-11 13:59:11 UTC (rev 77217)
+++ PKGBUILD	2010-04-11 14:10:09 UTC (rev 77218)
@@ -3,18 +3,18 @@
 # Contributor: Thomas Bächler <thomas.archlinux.org>
 
 pkgname=ntfs-3g
-pkgver=2010.1.16
+pkgver=2010.3.6
 pkgrel=1
 pkgdesc="Stable read and write NTFS driver"
 url="http://www.tuxera.com"
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('glibc' 'fuse>=2.8.0')
+depends=('glibc' 'fuse')
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://www.tuxera.com/opensource/${pkgname}-${pkgver}.tgz
         25-ntfs-config-write-policy.fdi)
-md5sums=('e104c914e8d7d29ee83e63d46afbba25'
+md5sums=('12ce21aa044c6068a4df6e8cbd3c5cfa'
          '9dca69d78310f8635877984167eb515f')
 
 build() {
@@ -22,9 +22,12 @@
   ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
     --with-fuse=external --disable-static || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
   ln -s /bin/ntfs-3g "${pkgdir}/sbin/mount.ntfs" || return 1
   install -m755 -d "${pkgdir}/usr/share/hal/fdi/policy/10osvendor"
   install -m644 "${srcdir}/25-ntfs-config-write-policy.fdi" "${pkgdir}/usr/share/hal/fdi/policy/10osvendor/" || return 1
-
 }




More information about the arch-commits mailing list