summaryrefslogtreecommitdiff
path: root/community/mp3unicode/PKGBUILD
blob: 15ad0a5de8ccbd0e5108a2eff99db91c69945ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 22433 2010-07-21 19:17:58Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Zhukov Pavel <gelios@gmail.com>

pkgname=mp3unicode
pkgver=1.2
pkgrel=4
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')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('36665ee3ed71585e377f46fda6124a09')

build() {
  cd ${srcdir}/$pkgname-$pkgver

  #. /etc/profile.d/qt.sh
  ./configure --prefix=/usr --mandir=/usr/share/man
  make || return 1
  make DESTDIR=${pkgdir} install
}