updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / recordstream / PKGBUILD
blobe3af8ddfe64a3bff5e24ee05024c4d6d54b6cbf2
1 # Maintainer: archtux <antonio.arias99999 at gmail.com>
3 pkgname=recordstream
4 pkgver=0.9.7
5 pkgrel=3
6 pkgdesc="This Amarok script helps you to store radio streams from the web to the local disk"
7 url="http://www.kde-apps.org/content/show.php/RecordStream?content=107095"
8 arch=('any')
9 license=('GPL')
11 depends=('amarok' 'streamripper')
12 # Install 'mplayer2' to record to wav.file! 
13 # =========================================
15 install=$pkgname.install
16 source=(http://kde-apps.org/CONTENT/content-files/107095-RecordStream.amarokscript.tar.gz)
17 md5sums=('fd6f7fb956272189176c5a1f9d867502')
19 build() {
20   cd $srcdir/RecordStream
22   install -d $pkgdir/usr/share/apps/amarok/scripts/$pkgname
23   install -m644 * $pkgdir/usr/share/apps/amarok/scripts/$pkgname