PKGBUILDs/extra/easytag/PKGBUILD
2009-10-09 21:23:22 -05:00

22 lines
711 B
Bash

# $Id: PKGBUILD 7777 2008-08-04 01:42:31Z kevin $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=easytag
pkgver=2.1.6
pkgrel=1
pkgdesc="Utility for viewing, editing and writing ID3 tags of your MP3 files"
arch=(i686 x86_64)
license=('GPL')
url="http://easytag.sourceforge.net/"
depends=('id3lib' 'libid3tag' 'gtk2' 'libvorbis' 'flac>=1.2.1' 'libmp4v2'
'speex' 'wavpack')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('6c5b9dc2bf1f3b0a11bd4efc81aaa9ee')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
make DESTDIR=${startdir}/pkg install
}