1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Your Name <youremail@domain.com>
10 pkgdesc="Qt4 frontend for tupac. Features: search as you type, install/remove queue, pre-download in order to view install scripts content before installing. MOCKUP RELEASE: ONLY INSTALL FUNCTIONAL"
12 url="http://lapacaloca.com/arch"
15 depends=('pyqt>=4.0', 'tupac>=0.5.1' 'python-pexpect=>2.3')
23 source=(http://lapacaloca.com/arch/$pkgname-$pkgver.tar.gz)
25 arch=('i686' 'x86_64')
26 md5sums=('256fe090412d6a09624030c8c21391c0')
29 cd "$startdir/src/$pkgname-$pkgver"
31 mkdir -p $startdir/pkg/usr/lib/qupac
33 cp * $startdir/pkg/usr/lib/qupac
35 mkdir -p $startdir/pkg/usr/bin
37 ln -s /usr/lib/qupac/qupac.py $startdir/pkg/usr/bin/qupac
41 # vim:set ts=2 sw=2 et: