updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / libgcroots / PKGBUILD
blob9d06a256175486ac59cc483e586cac97aa13e14c
1 # Contributor: Orivej Desh <smpuj@bk.ru>
2 pkgname=libgcroots
3 pkgver=0.2.1
4 pkgrel=1
5 pkgdesc="Multi-architecture garbage collector supporting library"
6 arch=("i686" "x86_64")
7 url="http://code.google.com/p/sigscheme/wiki/libgcroots"
8 license=("custom:BSD")
9 depends=("glibc")
10 options=("!libtool")
11 source=("http://sigscheme.googlecode.com/files/libgcroots-$pkgver.tar.bz2")
12 md5sums=('f5fa9b60e506c70a041ef03ab26dbd18')
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
16   ./configure --prefix=/usr --with-gnu-ld
17   make || return 1
18   make DESTDIR="$pkgdir" install
19   install -Dm644 COPYING "$pkgdir/usr/share/licenses/libgcroots/COPYING"