updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / rhythmbox-record-station / PKGBUILD
blobf65a193575d120a36b481ba35b59eb78969d0b60
1 # Contributor: scrawl <scrawl@baseoftrash.de>
3 pkgname=rhythmbox-record-station
4 pkgver=1.3.3
5 pkgrel=1
6 pkgdesc="plugin for the rhythmbox music player to rip internet radio, based on streamripper"
7 arch=('i686' 'x86_64')
8 url="http://scrawl.bplaced.net/projects/record-station"
9 license=('GPL2')
10 depends=('rhythmbox' 'streamripper' 'pygtk' 'pygobject' 'libnotify')
11 optdepends=('mplayer')
12 makedepends=()
13 source=('http://scrawl.bplaced.net/projects/record-station/download.php?file=tgz')
15 build() {
16   cd $srcdir
17   mkdir -p $pkgdir/usr/lib/rhythmbox/plugins/record-station
18   mkdir -p $pkgdir/usr/share/locale
19   
20   cp -R $srcdir/usr/lib/rhythmbox/plugins/record-station $pkgdir/usr/lib/rhythmbox/plugins/
21   cp -R $srcdir/usr/share/locale/ $pkgdir/usr/share/
23 md5sums=('00a32f2a26b27b5e7715874880f2cb5e')