summaryrefslogtreecommitdiffstats
path: root/base/gc/Pkgfile
blob: 4c3cde10b96b652f0625a983fcca65b033a99b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description: Collecteur de déchets pour C et C++
# URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=gc
version=7.1
release=1
source=(http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --enable-cplusplus
make
make DESTDIR=$PKG install
}