[arch-commits] Commit in snarf/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Feb 17 11:29:14 UTC 2012


    Date: Friday, February 17, 2012 @ 06:29:14
  Author: allan
Revision: 150393

upgpkg: snarf 7.0-5

signing rebuild

Modified:
  snarf/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 11:26:19 UTC (rev 150392)
+++ PKGBUILD	2012-02-17 11:29:14 UTC (rev 150393)
@@ -1,20 +1,24 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
+# Maintainer:
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=snarf
 pkgver=7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Command-line URL retrieval tool (http/ftp/gopher)"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.xach.com/snarf/"
 license=('GPL')
-depends=('glibc')
 source=(http://www.xach.com/snarf/download/source/${pkgname}-${pkgver}.tar.gz)
 md5sums=('7470d8457bc0d347b5cd8668c9e735c4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list