1 # Contributor: Tim Yang <tdy@gmx.com>
5 pkgdesc="A simple python script for verifying the contents of a burned CD"
7 url="http://offog.org/code/misccode.html"
10 install=$pkgname.install
11 source=(http://offog.org/darcs/misccode/$pkgname
12 http://offog.org/darcs/misccode/progress.py
13 http://offog.org/darcs/misccode/NOTES)
14 md5sums=('fc30a8f9d9f2392a214c9a0b4c73ab18'
15 '993e08f1b967559b9defca55a7b38e49'
16 '4f2fe7ff5833530a8e97ec3445562580')
20 sed '1,16 d' <NOTES >LICENSE
21 install -Dm755 $pkgname "$pkgdir/usr/share/$pkgname/$pkgname"
22 install -Dm644 progress.py "$pkgdir/usr/share/$pkgname/progress.py"
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24 install -dm755 "$pkgdir/usr/bin"
25 ln -sf /usr/share/$pkgname/$pkgname "$pkgdir/usr/bin/$pkgname"