updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / poezio / PKGBUILD
blobd9c7d6b26f4b450af5d3cd3e64991e811cc1589c
1 # Contributor: mathieui <mathieui[at]mathieui.net>
2 # Maintainer: mathieui <mathieui[at]mathieui.net>
4 pkgname=poezio
5 pkgrel=1
6 pkgver=0.7.2
7 pkgdesc="A full-featured command-line irc-like jabber client"
8 arch=('any')
9 url="http://poezio.eu"
10 license=('zlib')
11 replaces=('poezio-hg' 'poezio-git')
12 provides=('poezio-hg' 'poezio-git')
13 depends=('python' 'python-sleekxmpp-poezio')
14 makedepends=('setuptools')
15 optdepends=('python-dnspython-hg: SRV records support (also, gmail)')
16 source=("http://dev.louiz.org/project/$pkgname/download/file/$pkgname-$pkgver.tar.xz")
18 sha512sums=('e890521f3e1d3f7091b7e1d9c51e8d8868c50a75baf3419c9043276fdbcb5a2eca19212dddd1185e9bcb46b9fcb759b97646a2dc0f6d130c773cc378abc3a906')
20 build() {
21     cd $srcdir/$pkgname-$pkgver
22     make DESTDIR=$pkgdir prefix=/usr install