updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rhythmbox-radio-browser-git / PKGBUILD
blob8f2d757eb780a59e2a9571605608f5478ca5a4d7
1 # Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
2 pkgname=rhythmbox-radio-browser-git
3 pkgver=20091108
4 pkgrel=1
5 pkgdesc="Internet radio browser plugin for rhythmbox (IceCast and ShoutCast support)"
6 arch=(any)
7 url="http://www.programmierecke.net/programmed/"
8 license=('GPL3')
9 depends=('rhythmbox' 'python')
10 makedepends=('git')
11 provides=('rhythmbox-radio-browser')
13 _gitroot="git://github.com/segler-alex/rhythmbox-radio-browser.git"
14 _gitname="rhythmbox-radio-browser"
16 build() {
17   cd "$srcdir"
18   msg "Connecting to GIT server...."
20   if [ -d $_gitname ] ; then
21     cd $_gitname && git pull origin
22     msg "The local files are updated."
23   else
24     git clone $_gitroot
25   fi
27   msg "GIT checkout done or server timeout"
28   msg "Starting make..."
30   rm -rf "$srcdir/$_gitname-build"
31   git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
32   cd "$srcdir/$_gitname-build/radio-browser"
34 # Magic starts here.
35   make DESTDIR="$pkgdir/" install