1 # Contributor: Orivej Desh <smpuj@bk.ru>
5 pkgdesc="Multi-architecture garbage collector supporting library"
7 url="http://code.google.com/p/sigscheme/wiki/libgcroots"
11 source=("http://sigscheme.googlecode.com/files/libgcroots-$pkgver.tar.bz2")
12 md5sums=('f5fa9b60e506c70a041ef03ab26dbd18')
15 cd "$srcdir/$pkgname-$pkgver"
16 ./configure --prefix=/usr --with-gnu-ld
18 make DESTDIR="$pkgdir" install
19 install -Dm644 COPYING "$pkgdir/usr/share/licenses/libgcroots/COPYING"