updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / tupac / PKGBUILD
blob9a01f649df7abc4e399bc2bcd69db3947f24c1b1
1 # Contributor: Francesc Ortiz <francescortiz@gmail.com>
2 pkgname=tupac
3 pkgver=0.5.6.2
4 pkgrel=1
5 pkgdesc="A cached pacman implementation that boosts some pacman operations: faster searches, AND searches, aur support, colored output, system sanity check, frontend friendly and more..."
6 arch=('i686' 'x86_64')
7 url="http://sourceforge.net/projects/tupac"
8 license=('GPL')
9 groups=()
10 depends=('gcc' 'pacman' 'yaourt' 'php' 'libxml2')
11 makedepends=()
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=()
17 install=
18 source=(https://github.com/downloads/francescortiz/tupac/$pkgname-$pkgver.tar.gz)
19 noextract=()
20 md5sums=('f5211f9dcd1a26396e71d1d8886b511c')
22 build() {
23   cp -r $startdir/src/tupac/* $startdir/pkg/
25   chmod +x $pkgdir/usr/bin/tupac
26   
27   mkdir -p $startdir/pkg/var/lib/tupac
29   chmod a+rwx $startdir/pkg/var/lib/tupac