gc: update to 7.2c.

This commit is contained in:
Juan RP 2012-07-02 11:40:55 +02:00
parent e6d8c092cf
commit c621f188b4
2 changed files with 5 additions and 7 deletions

View File

@ -1,12 +1,11 @@
# Template file for 'gc-devel'. # Template file for 'gc-devel'.
# #
depends="gc>=7.2" depends="gc>=$version"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove usr/share usr vmove usr/share usr

View File

@ -1,14 +1,15 @@
# Template file for 'gc' # Template file for 'gc'
pkgname=gc pkgname=gc
version=7.2 version=7.2c
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1 revision=1
subpackages="gc-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"
checksum=78281a7e183e599368282e05b3818ea21ead246337dad3badceb4ea0cd6c6650 distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
checksum=5109c0bb38591d72f8387b2b0be345f4fe4e92cfa88e153431db5a4dd110817c
long_desc=" long_desc="
The Boehm-Demers-Weiser conservative garbage collector can be used as a 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 garbage collecting replacement for C malloc or C++ new. It allows you to
@ -16,5 +17,3 @@ long_desc="
deallocating memory that is no longer useful. The collector automatically deallocating memory that is no longer useful. The collector automatically
recycles memory when it determines that it can no longer be otherwise recycles memory when it determines that it can no longer be otherwise
accessed." accessed."
subpackages="gc-devel"