[arch-commits] CVS update of core/support/ntfs-3g (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Sat Mar 15 10:10:44 UTC 2008


    Date: Saturday, March 15, 2008 @ 11:10:44
  Author: thomas
    Path: /home/cvs-core/core/support/ntfs-3g

Modified: PKGBUILD (1.21 -> 1.22)

upgpkg: ntfs-3g 1.2310-1


----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


Index: core/support/ntfs-3g/PKGBUILD
diff -u core/support/ntfs-3g/PKGBUILD:1.21 core/support/ntfs-3g/PKGBUILD:1.22
--- core/support/ntfs-3g/PKGBUILD:1.21	Tue Feb 26 15:45:14 2008
+++ core/support/ntfs-3g/PKGBUILD	Sat Mar 15 11:10:44 2008
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD,v 1.21 2008/02/26 14:45:14 thomas Exp $
+# $Id: PKGBUILD,v 1.22 2008/03/15 10:10:44 thomas Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=ntfs-3g
-pkgver=1.2216
+pkgver=1.2310
 pkgrel=1
 pkgdesc="Third generation Linux NTFS driver"
 arch=(i686 x86_64)
 url="http://www.ntfs-3g.org"
 license=('GPL')
-depends=('fuse')
+#depends=('fuse')
+depends=('glibc')
 makedepends=('pkgconfig')
 source=(http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz)
-md5sums=('d1664636d38e4ce8eb2af1f09bc5a15d')
+md5sums=('70579e20da7cb5c1649096c6bf6d1b73')
 options=(!libtool)
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr --with-fuse=external
+  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr #--with-fuse=external
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list