[arch-commits] Commit in grep/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Sep 21 03:26:36 UTC 2010
Date: Monday, September 20, 2010 @ 23:26:36
Author: allan
Revision: 91020
upgpkg: grep 2.7-1
upstream update
Modified:
grep/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-09-20 23:33:56 UTC (rev 91019)
+++ PKGBUILD 2010-09-21 03:26:36 UTC (rev 91020)
@@ -3,7 +3,7 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=grep
-pkgver=2.6.3
+pkgver=2.7
pkgrel=1
pkgdesc="A string search utility"
arch=('i686' 'x86_64')
@@ -11,14 +11,19 @@
url="http://www.gnu.org/software/grep/grep.html"
groups=('base')
depends=('glibc' 'pcre' 'sh')
-makedepends=('texinfo>=4.8a')
+makedepends=('texinfo')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('69a3bf508a3f14d12369e0e1c7a92763')
+md5sums=('6dd9931a52501519d7779a27cf953326')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --bindir=/bin --without-included-regex
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make
+ make check
}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list