updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / phonoripper / PKGBUILD
blobc379b3a0afe82724f0d5d3b85dfe691123aef649
1 # Maintainer: archtux <antonio.arias99999@gmail.com>
3 pkgname=phonoripper
4 pkgver=0.11.2
5 pkgrel=1
6 pkgdesc="PhonoRipper is an easy to use, all-in-one GUI tool for creating audio CDs from analog sources like vinyl records."
7 arch=('i686' 'x86_64')
8 url="http://klappnase.bubble.org/phonoripper/index.html"
9 license=('GPL2')
10 depends=('cdrdao' 'normalize' 'pil>=1.1.5' 'python>=2.3' 'snack>=2.2.2' 'tcl>=8.4' 'tkimg' 'tktreectrl>=2.1')
11 source=(http://klappnase.bubble.org/download/$pkgname-$pkgver.tar.bz2)
12 md5sums=('ea34152bd306ea158286b3f6541b5749')
14 build() {
16   cd $srcdir
17   mkdir -p $pkgdir/opt/$pkgname-$pkgver
18   cp -R $pkgname-$pkgver/ $pkgdir/opt
20    # Desktop icon
21    cd ./$pkgname-$pkgver/icons
22    install -Dm644 phonoripper.png $pkgdir/usr/share/pixmaps/phonoripper.png
23    install -Dm644 $startdir/phonoripper.desktop $pkgdir/usr/share/applications/phonoripper.desktop