updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / sclient / PKGBUILD
blob8cc9e498fc071ec7bb1eb00283971b0b436604ca
1 # Contributor: Jaroslav Lichtblau <tu@dragonlord.cz>
3 pkgname=sclient
4 pkgver=0.7.2
5 pkgrel=5
6 pkgdesc="A small GTK-based MUD client for X."
7 arch=('i686' 'x86_64')
8 url="http://home.swipnet.se/heathen/linux/sclient.htm"
9 license=('GPL')
10 depends=('gtk')
11 makedepends=('patch')
12 source=(http://home.swipnet.se/heathen/linux/$pkgname-$pkgver.tar.gz \
13         gcc34.patch.bz2)
15 md5sums=('e399bad04fb5837c5be1d9874fbfac32'
16          'b50782f37002b6e310f173b8c617c3f6')
18 build() {
19   cd "${srcdir}/$pkgname-$pkgver"
21   patch -Np1 -i ${srcdir}/gcc34.patch
23   ./configure --prefix=/usr
24   make || return 1
25   make prefix=${pkgdir}/usr install