gc: update to 7.4.0.

This commit is contained in:
Juan RP 2014-01-30 11:31:47 +01:00
parent 0f565d54f6
commit 884e23ca14

View File

@ -1,24 +1,16 @@
# Template file for 'gc'
pkgname=gc
_majorver=7.2
version="${_majorver}e"
version=7.4.0
revision=1
wrksrc="gc-${_majorver}"
build_style=gnu-configure
hostmakedepends="libtool"
hostmakedepends="pkg-config libtool"
makedepends="libatomic_ops-devel"
short_desc="A garbage collector for C and C++"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
license="GPL-2"
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
checksum=09315b48a82d600371207691126ad058c04677281ac318d86fa84c98c3c9af4b
long_desc="
The Boehm-Demers-Weiser conservative garbage collector can be used as a
garbage collecting replacement for C malloc or C++ new. It allows you to
allocate memory basically as you normally would, without explicitly
deallocating memory that is no longer useful. The collector automatically
recycles memory when it determines that it can no longer be otherwise
accessed."
checksum=61f8fc6991f8cb003a0d3c7d251c5b9a76093615ef793e0c588a4661e0b5e283
pre_configure() {
libtoolize -f