1 # Contributor: Samed Beyribey <ras0ir AT eventualis DOT org>
2 pkgname=rhythmbox-radio-browser-git
5 pkgdesc="Internet radio browser plugin for rhythmbox (IceCast and ShoutCast support)"
7 url="http://www.programmierecke.net/programmed/"
9 depends=('rhythmbox' 'python')
11 provides=('rhythmbox-radio-browser')
13 _gitroot="git://github.com/segler-alex/rhythmbox-radio-browser.git"
14 _gitname="rhythmbox-radio-browser"
18 msg "Connecting to GIT server...."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
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"
35 make DESTDIR="$pkgdir/" install