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

Andrea Scarpino andrea at archlinux.org
Mon May 16 15:14:02 UTC 2011


    Date: Monday, May 16, 2011 @ 11:14:02
  Author: andrea
Revision: 124095

upgpkg: cvsps 2.1-3
rebuild old package

Modified:
  cvsps/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-16 15:12:10 UTC (rev 124094)
+++ PKGBUILD	2011-05-16 15:14:02 UTC (rev 124095)
@@ -1,19 +1,24 @@
 # $Id$
-# Maintainer: Jeff 'codemac' Mickey <jeff at archlinux.org>
+# Maintainer:
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
 
 pkgname=cvsps
 pkgver=2.1
-pkgrel=2
-pkgdesc="Generating 'patchset' information from a CVS repository."
+pkgrel=3
+pkgdesc="Generating 'patchset' information from a CVS repository"
 url="http://www.cobite.com/cvsps/"
 license=('GPL')
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
 depends=('zlib')
-source=(http://www.cobite.com/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=("http://www.cobite.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('bde2110ed9f5d14de8f8cb04e9d596fe')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix=/usr || return 1
-  make prefix="${pkgdir}/usr" install || return 1
+  make prefix=/usr
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+}




More information about the arch-commits mailing list