updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / skyutils / PKGBUILD
blob23a89e2e36ba5e3e2599e3278a33f1a7b84770fb
1 # $Id: PKGBUILD,v 1.9 2006/05/27 16:55:53 andyrtr Exp $
2 # Maintainer: dorphell <dorphell@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5 pkgname=skyutils
6 pkgver=2.8
7 pkgrel=1
8 pkgdesc="A library containing many usefull functions (chained lists, string manipulation, socket, and HTTP protocol)"
9 arch=(i686 x86_64)
10 license=('LGPL')
11 depends=('bash')
12 source=(http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/$pkgname-$pkgver.tar.gz)
13 md5sums=('52eb7829b740acbda2e116e9350a765b')
14 url="http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/"
16 build() {
17         cd $startdir/src/$pkgname-$pkgver
18    ./configure --prefix=/usr
19         make || return 1
20         make prefix=$startdir/pkg/usr install
21         # libtoolslay
22         find $startdir/pkg -name '*.la' -exec rm {} \;