[arch-commits] CVS update of extra/devel/gc (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Sun Nov 25 13:05:44 UTC 2007


    Date: Sunday, November 25, 2007 @ 08:05:44
  Author: daniel
    Path: /home/cvs-extra/extra/devel/gc

Modified: PKGBUILD (1.10 -> 1.11)

fix FS#8741


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


Index: extra/devel/gc/PKGBUILD
diff -u extra/devel/gc/PKGBUILD:1.10 extra/devel/gc/PKGBUILD:1.11
--- extra/devel/gc/PKGBUILD:1.10	Mon Sep 10 17:04:21 2007
+++ extra/devel/gc/PKGBUILD	Sun Nov 25 08:05:44 2007
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD,v 1.10 2007/09/10 21:04:21 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.11 2007/11/25 13:05:44 daniel Exp $
+# Maintainer: Daniel Isenmann <daniel [at] archlinux.org>
 # Contributor: dorphell <dorphell at gmx.net>
 pkgname=gc
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A garbage collector for C and C++"
 arch=(i686 x86_64)
 url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
 source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/${pkgname}-${pkgver}.tar.gz)
-depends=(gcc)
+depends=(gcc-libs)
 options=(!libtool)
 md5sums=('3645ccf5f32ebb27d99b27b0d29e9c38')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --enable-cplusplus
   make || return 1
   make DESTDIR=${startdir}/pkg install
 
   #Documentation, delete it but keep the manpage
   install -d -m755 ${startdir}/pkg/usr/man/man3
   install -m644 ${startdir}/pkg/usr/share/gc/gc.man ${startdir}/pkg/usr/man/man3/gc.3
-  rm -rf ${startdir}/pkg/usr/share/gc
+  rm -rf ${startdir}/pkg/usr/share/
 }




More information about the arch-commits mailing list