updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / gtmess / PKGBUILD
blob99f1071236dbe4c833c57bd4af83e227f2207868
1 # Contributor: H.Gökhan SARI <hsa2@difuzyon.net>
2 pkgname=gtmess
3 pkgver=0.97
4 pkgrel=1
5 pkgdesc="A console MSN Messenger client for Linux and other unix systems that conform to the POSIX standard."
6 arch=('i686' 'x86_64')
7 url="http://gtmess.sourceforge.net/"
8 license=('GPL')
9 depends=()
10 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
11 md5sums=('d9526ffd117a22283f477cb15d05807e')
13 build() {
14   cd $startdir/src/gtmess-$pkgver
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=${startdir}/pkg install