[arch-commits] Commit in ntfs-3g/repos (extra-i686 extra-i686/PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Mon Dec 1 10:49:52 UTC 2008
Date: Monday, December 1, 2008 @ 05:49:51
Author: ronald
Revision: 20192
Merged revisions 20190 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/ntfs-3g/trunk
........
r20190 | ronald | 2008-12-01 11:46:27 +0100 (Mon, 01 Dec 2008) | 1 line
upgpkg: ntfs-3g 1.5130-1
........
Modified:
ntfs-3g/repos/extra-i686/ (properties)
ntfs-3g/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
Property changes on: ntfs-3g/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /ntfs-3g/trunk:1-15832
+ /ntfs-3g/trunk:1-20191
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-12-01 10:47:07 UTC (rev 20191)
+++ extra-i686/PKGBUILD 2008-12-01 10:49:51 UTC (rev 20192)
@@ -1,23 +1,24 @@
# $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Thomas Bächler <thomas.archlinux.org>
pkgname=ntfs-3g
-pkgver=1.5012
+pkgver=1.5130
pkgrel=1
-pkgdesc="Third generation Linux NTFS driver"
-arch=(i686 x86_64)
-url="http://www.ntfs-3g.org"
-license=('GPL')
-#depends=('fuse')
+pkgdesc="Stable read and write NTFS driver"
+url="http://www.ntfs-3g.org/"
+arch=('i686' 'x86_64')
+license=('GPL2')
depends=('glibc')
makedepends=('pkgconfig')
-source=(http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz)
-md5sums=('601db52936011902206dfe1be05e4756')
-options=(!libtool)
+options=('!libtool')
+source=(http://www.ntfs-3g.org/$pkgname-$pkgver.tgz)
+md5sums=('ad3c40bba398d162f97c2936293eae1f')
+sha1sums=('02b7a874b02827665c97123c6335e1d856054c42')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr #--with-fuse=external
+ cd $srcdir/$pkgname-$pkgver
+ ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=$startdir/pkg install
+ make DESTDIR=$pkgdir install || return 1
}
More information about the arch-commits
mailing list