1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="A simple, lightweight CD-burning frontend"
8 url="http://www.zeroflux.org/projects/pyburn"
10 depends=('cdrkit' 'pygtk>=2.0')
11 source=(http://www.zeroflux.org/proj/$pkgname/$pkgname
14 md5sums=('efafdb085f93aec45b8e8087a038ac32'
15 'dd6acb991368f2fec17d00b5c9dc3bd0'
16 '669c1f9204c6bf22283d608cbd04668a')
20 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
21 install -Dm644 $pkgname.desktop \
22 "$pkgdir/usr/share/applications/$pkgname.desktop"
23 install -Dm644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png"