# $Id: PKGBUILD 67521 2012-03-13 02:14:29Z kchen $ # Maintainer: Kaiting Chen # Contributor: uvok # Contributor: Urist <9362773 at gmail.com> pkgname=bti pkgver=032 pkgrel=3 pkgdesc='Console client for Twitter and identi.ca' arch=('i686' 'x86_64') url='http://gregkh.github.com/bti/' license=('GPL') depends=('pcre' 'libxml2' 'curl' 'liboauth') makedepends=('git') build() { local _gitroot='git://github.com/gregkh/bti.git' git clone ${_gitroot} cd bti git checkout ${pkgver} ./autogen.sh ./configure \ --prefix=/usr make } package() { cd bti make DESTDIR=${pkgdir} install }