[arch-commits] CVS update of core/support/ntfsprogs (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Oct 26 10:49:17 UTC 2007


    Date: Friday, October 26, 2007 @ 06:49:17
  Author: tpowa
    Path: /home/cvs-core/core/support/ntfsprogs

Modified: PKGBUILD (1.13 -> 1.14)

'upgpkg: update to new version'


----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Index: core/support/ntfsprogs/PKGBUILD
diff -u core/support/ntfsprogs/PKGBUILD:1.13 core/support/ntfsprogs/PKGBUILD:1.14
--- core/support/ntfsprogs/PKGBUILD:1.13	Tue Jul 11 04:00:48 2006
+++ core/support/ntfsprogs/PKGBUILD	Fri Oct 26 06:49:17 2007
@@ -1,24 +1,26 @@
-# $Id: PKGBUILD,v 1.13 2006/07/11 08:00:48 tpowa Exp $
+# $Id: PKGBUILD,v 1.14 2007/10/26 10:49:17 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=ntfsprogs
-pkgver=1.13.1
+pkgver=2.0.0
 pkgrel=1
-depends=('glibc' 'fuse')
+depends=('glibc' 'fuse' 'e2fsprogs')
 makedepends=('pkgconfig')
 pkgdesc="NTFS Resizing Tool"
 arch=(i686 x86_64)
+license=('GPL')
 #source=(http://heanet.dl.sourceforge.net/sourceforge/linux-ntfs/$pkgname-$pkgver.tar.gz)
 #source=(http://mesh.dl.sourceforge.net/sourceforge/linux-ntfs/$pkgname-$pkgver.tar.gz)
 source=(http://switch.dl.sourceforge.net/sourceforge/linux-ntfs/$pkgname-$pkgver.tar.gz)
 url="http://linux-ntfs.sourceforge.net"
 install=('ntfsprogs.install')
+options=(!libtool)
+md5sums=('2c402b647bb7aeb1d3f8ce1cc354fd68')
+
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --disable-gnome-vfs --enable-fuse-module PKG_CONFIG=/usr/bin/pkg-config
   make || return 1
   make DESTDIR=$startdir/pkg install
-  # libtoolslay
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
-md5sums=('23160eb8d34abe3d2a88cd6d054faa47')
+




More information about the arch-commits mailing list