summaryrefslogtreecommitdiff
path: root/extra/gc
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-29 11:24:07 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-29 11:24:07 -0300
commit38bae167f23bd509b81394975c012b8abb1693d7 (patch)
tree3b926bce43f03c0366d78ad6253cbdf9520235d4 /extra/gc
parent2bcb8acb8b02bde03c5d285baafe754760788265 (diff)
parent498a4346616c33beac56d48a246cf27fe3812341 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/espeak/PKGBUILD community/gmic/PKGBUILD extra/dhcp/PKGBUILD extra/hspell/PKGBUILD extra/libatasmart/PKGBUILD extra/udisks/PKGBUILD extra/xorg-server/PKGBUILD testing/libdrm/PKGBUILD testing/libdrm/no-pthread-stubs.patch testing/systemd/PKGBUILD
Diffstat (limited to 'extra/gc')
-rw-r--r--extra/gc/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/gc/PKGBUILD b/extra/gc/PKGBUILD
index 995f5082b..1c4f8cc28 100644
--- a/extra/gc/PKGBUILD
+++ b/extra/gc/PKGBUILD
@@ -1,27 +1,27 @@
-# $Id: PKGBUILD 161367 2012-06-10 10:38:24Z jgc $
+# $Id: PKGBUILD 165614 2012-08-27 10:02:13Z jgc $
# Maintainer: Daniel Isenmann <daniel [at] archlinux.org>
# Contributor: dorphell <dorphell@gmx.net>
pkgname=gc
-pkgver=7.2
+pkgver=7.2.c
pkgrel=1
pkgdesc="A garbage collector for C and C++"
arch=('i686' 'x86_64' 'mips64el')
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}-7.2c.tar.gz")
depends=('gcc-libs')
options=('!libtool')
-md5sums=('d17aecedef3d73e75387fb63558fa4eb')
+md5sums=('edd99c64174a1f3b10a474b3e4c74634')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-7.2"
./configure --prefix=/usr --enable-cplusplus
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-7.2"
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}/usr/share/gc"