updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / nephilim-git / PKGBUILD
blob7085619a3a8672035fbf2c34cf656a2b9de82f32
1 # Contributor: zajca <zajcaa at gmail dot com>
3 pkgname=nephilim-git
4 pkgver=20090819
5 pkgrel=1
6 pkgdesc="Experimental mpd client using Qt4 and writen in python with animelyrics support."
7 arch=('i686')
8 url="http://repo.or.cz/w/nephilim.git"
9 license=('GPL')
10 depends=('mpd' 'mpc' 'zsi' 'python' 'qt' 'pyqt' 'python-lxml')
11 makedepends=('git')
12 source=(script_nephilim)
13 md5sums=('40055b14dfc27dcb4a9b9101c88c2b2a')
15 _gitroot=http://repo.or.cz/r/nephilim.git
16 _gitname=nephilim
19 build() {
21     cd $startdir/src
23     msg "Connecting to GIT server...."
25     if [ -d $startdir/src/$_gitname ] ; then
26         cd $_gitname && git pull origin
27         msg "The local files are updated."
28     else
29         git clone $_gitroot
30         cd $_gitname
31     fi
33 mkdir -p $startdir/pkg/usr/{bin,share}
34 cp -r $startdir/src/nephilim $startdir/pkg/usr/share/nephilim
36 install -D -m755 $startdir/src/script_nephilim $startdir/pkg/usr/bin/nephilim