updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / gmpc-albumview-git / PKGBUILD
blob0824e56cec8c1c877f33a0333f361c3704fe6ba2
1 #Contributor: Martin Lee <hellnest.fuah@gmail.com>
3 pkgname=gmpc-albumview-git
4 provides=('gmpc-albumview')
5 conflicts=('gmpc-albumview' 'gmpc-albumview-svn')
6 pkgver=20110124
7 pkgrel=1
8 pkgdesc="Browse your library by album covers."
9 url="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW"
10 license="GPL"
11 arch=('i686' 'x86_64')
12 depends=('gmpc-git') 
13 makedepends=('git' 'intltool' 'pkgconfig')
14 options=('!libtool')
16 _gitroot="git://repo.or.cz/gmpc-albumview.git"
17 _gitname="gmpc-albumview"
18 build() {
19         cd $startdir/src
20         msg "Connecting to $_gitroot server..."
22         if [ -d $startdir/src/$_gitname ] ; then
23                 cd $_gitname && git pull origin
24                 msg "The local files are updated."
25         else
26                 git clone $_gitroot
27         fi
29         msg "GIT checkout done or server timeout"
30         msg "Starting make..."
32         cp -r $startdir/src/$_gitname $startdir/src/$_gitname-build
33         cd $startdir/src/$_gitname-build
35         ./autogen.sh --prefix=/usr
36         make || return 1
37         make DESTDIR=$startdir/pkg install