diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/vorbisgain | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/vorbisgain')
-rw-r--r-- | community/vorbisgain/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/vorbisgain/PKGBUILD b/community/vorbisgain/PKGBUILD deleted file mode 100644 index 6853e7379..000000000 --- a/community/vorbisgain/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 67509 2012-03-12 21:51:42Z lcarlier $ -# Maintainer: Shinlun Hsieh <yngwiexx@yahoo.com.tw> -# Contributor: Cory Farmer <rbgkofi@ameritech.net> -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 -} |