From d14a25fc4f65ae3d6e62f4668e9cb88d74834255 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Mar 2012 00:02:54 +0000 Subject: Sun Mar 18 00:02:53 UTC 2012 --- community/mp3unicode/PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'community/mp3unicode/PKGBUILD') diff --git a/community/mp3unicode/PKGBUILD b/community/mp3unicode/PKGBUILD index 15ad0a5de..d9122cba7 100644 --- a/community/mp3unicode/PKGBUILD +++ b/community/mp3unicode/PKGBUILD @@ -1,23 +1,28 @@ -# $Id: PKGBUILD 22433 2010-07-21 19:17:58Z jlichtblau $ +# $Id: PKGBUILD 67970 2012-03-16 13:11:55Z giovanni $ # Maintainer: Jaroslav Lichtblau # Contributor: Zhukov Pavel pkgname=mp3unicode pkgver=1.2 -pkgrel=4 +pkgrel=5 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) +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 + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + make DESTDIR=${pkgdir} install } -- cgit v1.2.3-54-g00ecf