# Tanım: C ve C ++ için gereksiz veri toplayıcı
# URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
# Paketçi: milisarge
# Gerekler: libatomic-ops

isim=gc
surum=7.4.2
devir=2
kaynak=(http://www.hboehm.info/gc/gc_source/gc-$surum.tar.gz)

derle() {
cd gc-*
sed -i 's#pkgdata#doc#' doc/doc.am && autoreconf &&
./configure --prefix=/usr \
--enable-threads=pthreads \
--disable-static \
--enable-shared \
--enable-cplusplus
install -D -m 644 doc/gc.man $PKG/usr/share/man/man3/gc.3
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}