summaryrefslogtreecommitdiff
path: root/community/wavegain
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/wavegain
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/wavegain')
-rw-r--r--community/wavegain/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/wavegain/PKGBUILD b/community/wavegain/PKGBUILD
deleted file mode 100644
index 183516e86..000000000
--- a/community/wavegain/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 67386 2012-03-10 21:21:31Z lcarlier $
-# Maintainer: Ray Rashif <schiv@archlinux.org>
-# Contributor: Corrado Primier <bardo@aur.archlinux.org>
-
-pkgname=wavegain
-_realname=WaveGain
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A command line tool to normalize sound files"
-arch=('i686' 'x86_64')
-url="http://rarewares.org/others.php"
-license=('LGPL')
-depends=('libsndfile')
-source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
-md5sums=('456106bae00cec2ec4024da992bc5fd0')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- #make -f Makefile.linux
- gcc ${LDFLAGS} ${CFLAGS} *.c -o wavegain -DHAVE_CONFIG_H -lm
-
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
-
- install -Dm755 "$srcdir/$_realname-$pkgver/wavegain" \
- "$pkgdir/usr/bin/wavegain"
-}
-
-# vim:set ts=2 sw=2 et: