initial import
This commit is contained in:
25
wavegain/PKGBUILD
Normal file
25
wavegain/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
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-2.1')
|
||||
depends=('libsndfile')
|
||||
source=(http://www.rarewares.org/files/others/$pkgname-${pkgver}srcs.zip)
|
||||
sha512sums=('6ce78c3fd238d49f47df5108c050f7be222778ab4cc8cbe7aeef518a0f925950c527c513a38d8c044b88157e22e581b496d9415f2c76f71010a412789165dd59')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_realname-$pkgver"
|
||||
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"
|
||||
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user