From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/mp3info/ChangeLog | 2 ++ community/mp3info/PKGBUILD | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 community/mp3info/ChangeLog create mode 100644 community/mp3info/PKGBUILD (limited to 'community/mp3info') diff --git a/community/mp3info/ChangeLog b/community/mp3info/ChangeLog new file mode 100644 index 000000000..7fd5bbf99 --- /dev/null +++ b/community/mp3info/ChangeLog @@ -0,0 +1,2 @@ +2007-06-26 tardo +* Built for x86_64 diff --git a/community/mp3info/PKGBUILD b/community/mp3info/PKGBUILD new file mode 100644 index 000000000..1acf47a00 --- /dev/null +++ b/community/mp3info/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 17596 2010-05-24 15:32:08Z spupykin $ +# Maintainer: Andrea Scarpino +# Contributor: Vinay S Shastry + +pkgname=mp3info +pkgver=0.8.5a +pkgrel=3 +pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor" +arch=('i686' 'x86_64') +url="http://ibiblio.org/mp3info/" +license=('GPL') +depends=('ncurses' 'gtk2' ) +source=(http://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz) +md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2') + +build() { + cd ${srcdir}/$pkgname-$pkgver + + sed -i "s:-O2:${CFLAGS}:" Makefile + sed -i "s:/usr/bin/install:/bin/install:" Makefile + + make || return 1 + + install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1 + make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install +} -- cgit v1.2.3-54-g00ecf