updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / gmoo / PKGBUILD
blobddf13c9e192dadef20b8f40548a9bca265895d36
1 # $Id: PKGBUILD 11844 2008-09-05 01:36:13Z eric $
2 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
3 # Contributor: Jason Chu <jason@archlinux.org>
4 # Maintainer: Travis Willard <travis@archlinux.org>
6 pkgname=gmoo
7 pkgver=0.5.6
8 pkgrel=3
9 url="http://www.luon.net/~gert/"
10 arch=('i686' 'x86_64')
11 license=('GPL')
12 pkgdesc="A MUD client"
13 depends=('gdk-pixbuf' 'imlib')
14 source=(http://www.luon.net/~gert/files/gmoo-$pkgver.tar.gz script.patch)
16 build() 
18     cd $startdir/src/gmoo-$pkgver/src
20     patch -Np0 < $startdir/src/script.patch
21     cd ..
23     ./configure --prefix=/usr
25     # For some reason, the bindir variable expands ${prefix} instead
26     # of using the variable after configure.  Let's fix this.
27     sed -i "s/bindir = \/usr/bindir = \${prefix}/g" Makefile src/Makefile
29     make || return 1
30     make prefix=$startdir/pkg/usr install
33 md5sums=('f4752b390d4f2657ecc5171b134fd187'
34           'c6dd81b72e9fa0e23796838d3388e731')
35 sha1sums=('b2e31f27d2b82942e93f923ed5e0786ba45bf8c0'
36           'b09895354b6fab59e6224d49939e806a487df2e4')