updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / xpenguins / PKGBUILD
blob32d7dd4d2b9eaa828cbc806ca00bea822d2db074
1 # $Id: PKGBUILD 7792 2008-08-04 10:02:47Z ronald $
2 # Maintainer: dale <dale@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5 pkgname=xpenguins
6 pkgver=2.2
7 pkgrel=1
8 pkgdesc="Ever wanted cute little penguins walking along the tops of your windows?"
9 depends=('imlib')
10 source=(http://xpenguins.seul.org/$pkgname-$pkgver.tar.gz)
11 license=('GPL2')
12 arch=('i686' 'x86_64')
13 url="http://xpenguins.seul.org"
14 md5sums=('2ccf555d55f9b0377017322b3b3d27a4')
16 build() {
17 cd $startdir/src/$pkgname-$pkgver
18 ./configure --prefix=/usr
19 make || return 1
20 make prefix=$startdir/pkg/usr install