From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/vorbisgain/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/vorbisgain/PKGBUILD (limited to 'community/vorbisgain') diff --git a/community/vorbisgain/PKGBUILD b/community/vorbisgain/PKGBUILD new file mode 100644 index 000000000..6853e7379 --- /dev/null +++ b/community/vorbisgain/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 67509 2012-03-12 21:51:42Z lcarlier $ +# Maintainer: Shinlun Hsieh +# Contributor: Cory Farmer +pkgname=vorbisgain +pkgver=0.37 +pkgrel=3 +pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files." +arch=('i686' 'x86_64') +url="http://sjeng.org/vorbisgain.html" +license=('GPL') +depends=('libvorbis') +source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz) +md5sums=('850b05a7b2b0ee67edb5a27b8c6ac3a2') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + ./configure --prefix=/usr \ + --enable-recursive \ + --mandir=/usr/share/man + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf