1 # Built by Emmanuel Boudreault in order to build the newest version
7 pkgdesc="BDW-GC is a garbage collection library."
8 url="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
12 source=(http://hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-${pkgver}.tar.gz)
13 md5sums=('2ff9924c7249ef7f736ecfe6f08f3f9b')
16 cd "${srcdir}/gc-${pkgver}"
17 ./configure --prefix=/usr || return 1
18 make LDFLAGS+="-lpthread" || return 1
19 make DESTDIR="${pkgdir}" install || return 1