summaryrefslogtreecommitdiff
path: root/community/mp3info/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mp3info/PKGBUILD')
-rw-r--r--community/mp3info/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD
index e661e929c..c041895ac 100644
--- a/community/mp3info/PKGBUILD
+++ b/community/mp3info/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66241 2012-02-23 05:14:32Z spupykin $
+# $Id: PKGBUILD 114097 2014-07-01 13:29:07Z spupykin $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Vinay S Shastry <vinayshastry@gmail.com>
pkgname=mp3info
pkgver=0.8.5a
-pkgrel=4
+pkgrel=5
pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
arch=('i686' 'x86_64')
url="http://ibiblio.org/mp3info/"
@@ -20,6 +20,10 @@ build() {
sed -i "s:/usr/bin/install:/bin/install:" Makefile
make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install