22 lines
853 B
Text
22 lines
853 B
Text
# Template file for 'gc'
|
|
pkgname=gc
|
|
version=7.1
|
|
revision=1
|
|
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
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"
|
|
checksum=e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30
|
|
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.
|
|
"
|
|
|
|
subpackages="gc-devel"
|
|
Add_dependency build glibc-devel
|