updated on Wed Jan 25 12:16:47 UTC 2012
[aur-mirror.git] / id3tool / PKGBUILD
blob09b0b4fceec2353a782216bc46c4feb98ad72049
1 # Maintainer: Kaiting Chen <kaitocracy@gmail.com>
2 # Contributor: Andrea Scarpino <bash.lnx@gmail.com>
4 pkgname='id3tool'
5 pkgver='1.2a'
6 pkgrel='3'
7 pkgdesc='A command line editor for ID3 tags in MP3 files'
8 arch=('i686' 'x86_64')
9 url='http://nekohako.xware.cx/id3tool/'
10 license=('GPL')
12 md5sums=('061185562c0d0e6327406d9fc2f194b2')
13 source=("$url$pkgname-$pkgver.tar.gz")
15 build() {
16   cd "${srcdir}/${pkgname}-${pkgver}"
17   ./configure --prefix=/usr
18   make; make DESTDIR=$pkgdir install