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

Pierre Schmitz pierre at archlinux.org
Sun Feb 26 10:21:22 UTC 2012


    Date: Sunday, February 26, 2012 @ 05:21:22
  Author: pierre
Revision: 151399

upgpkg: gc 7.1-4

rebuild old package

Modified:
  gc/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 10:18:59 UTC (rev 151398)
+++ PKGBUILD	2012-02-26 10:21:22 UTC (rev 151399)
@@ -1,22 +1,27 @@
 # $Id$
 # Maintainer: Daniel Isenmann <daniel [at] archlinux.org>
 # Contributor: dorphell <dorphell at gmx.net>
+
 pkgname=gc
 pkgver=7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A garbage collector for C and C++"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
 license=('GPL')
-source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz)
+source=("http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz")
 depends=('gcc-libs')
-options=(!libtool)
+options=('!libtool')
 md5sums=('2ff9924c7249ef7f736ecfe6f08f3f9b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --enable-cplusplus
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   rm -rf "${pkgdir}/usr/share/gc"




More information about the arch-commits mailing list