[arch-commits] CVS update of arch/build/base/popt (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu May 31 15:57:18 UTC 2007
Date: Thursday, May 31, 2007 @ 11:57:18
Author: jgc
Path: /home/cvs-arch/arch/build/base/popt
Modified: PKGBUILD (1.14 -> 1.15)
Get updated popt from RPM sources
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Index: arch/build/base/popt/PKGBUILD
diff -u arch/build/base/popt/PKGBUILD:1.14 arch/build/base/popt/PKGBUILD:1.15
--- arch/build/base/popt/PKGBUILD:1.14 Tue Apr 10 05:52:18 2007
+++ arch/build/base/popt/PKGBUILD Thu May 31 11:57:17 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.14 2007/04/10 09:52:18 andyrtr Exp $
+# $Id: PKGBUILD,v 1.15 2007/05/31 15:57:17 jgc Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
# Committer: Judd Vinet <jvinet at zeroflux.org>
# Contributor: John Proctor <jproctor at prium.net>
pkgname=popt
-pkgver=1.10.4
+pkgver=1.10.6
pkgrel=1
+_rpmver=4.4.6
pkgdesc="A commandline option parser"
arch=(i686 x86_64)
-depends=('glibc')
-source=(http://rpm.net.in/mirror/rpm-4.4.x/$pkgname-$pkgver.tar.gz)
url=('http://rpm.net.in/mirror/rpm-4.4.x/')
-md5sums=('dd22a6873b43d00f75e1c1b7dcfd1ff7')
-options=('nolibtool')
+depends=('glibc')
+options=('!libtool')
+source=(http://rpm.net.in/mirror/rpm-4.4.x/rpm-${_rpmver}.tar.gz)
+md5sums=('baa6f371446c65b4080d1cd1f194a7ae')
build() {
- cd $startdir/src/${pkgname}-${pkgver}
+ cd $startdir/src/rpm-${_rpmver}/popt
if [ "$CARCH" = "x86_64" ]; then
sed -i -e "s/@MARK64@//" Makefile.am
sed -i -e "s/@MARK64@//" Makefile.in
More information about the arch-commits
mailing list