gc: update to 7.4.0.
This commit is contained in:
parent
0f565d54f6
commit
884e23ca14
1 changed files with 4 additions and 12 deletions
|
@ -1,24 +1,16 @@
|
||||||
# Template file for 'gc'
|
# Template file for 'gc'
|
||||||
pkgname=gc
|
pkgname=gc
|
||||||
_majorver=7.2
|
version=7.4.0
|
||||||
version="${_majorver}e"
|
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="gc-${_majorver}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="pkg-config libtool"
|
||||||
|
makedepends="libatomic_ops-devel"
|
||||||
short_desc="A garbage collector for C and C++"
|
short_desc="A garbage collector for C and C++"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
||||||
checksum=09315b48a82d600371207691126ad058c04677281ac318d86fa84c98c3c9af4b
|
checksum=61f8fc6991f8cb003a0d3c7d251c5b9a76093615ef793e0c588a4661e0b5e283
|
||||||
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."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue