PKGBUILDs/community/mp3unicode/PKGBUILD
2009-10-09 21:15:33 -05:00

21 lines
619 B
Bash

# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=mp3unicode
pkgver=1.2
pkgrel=3
pkgdesc="a command line utility to convert ID3 tags in mp3 files between different encodings"
arch=('i686' 'x86_64')
url="http://mp3unicode.yellowsite.ru/"
license=('GPL')
depends=(taglib)
makedepends=(taglib)
options=(zipman)
source=(http://downloads.sourceforge.net/mp3unicode/$pkgname-$pkgver.tar.bz2)
md5sums=('36665ee3ed71585e377f46fda6124a09')
build() {
cd $startdir/src/$pkgname-$pkgver
#. /etc/profile.d/qt.sh
./configure --prefix=/usr --mandir=/usr/share/man
make || return 1
make DESTDIR=$startdir/pkg install
}