1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: fancris3 <fancris3 at aol.com>
7 pkgdesc="A small, fast command-line MP3 editor"
9 url="http://www.puchalla-online.de/cutmp3.html"
12 source=(http://www.puchalla-online.de/$pkgname-$pkgver.tar.bz2)
13 md5sums=('8f3d4de5cb188c2c93a90ab328fd3420')
16 cd "$srcdir/$pkgname-$pkgver"
17 make | grep -v '\*\*\*'
21 cd "$srcdir/$pkgname-$pkgver"
22 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
23 install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"