Merge pull request #4339 from lemmi/mp3gain

New package: mp3gain-1.5.2
This commit is contained in:
Toyam Cox 2016-06-20 15:32:18 -04:00 committed by GitHub
commit 954c0599bd

20
srcpkgs/mp3gain/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'mp3gain'
pkgname=mp3gain
_distver=1.5.2
_rev=r2
version=${_distver}.${_rev}
revision=1
create_wrksrc=yes
build_style=gnu-makefile
make_build_args="OSTYPE=linux"
hostmakedepends="unzip"
short_desc="Lossless mp3 normalizer with statistical analysis"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="LGPL-2.1"
homepage="http://mp3gain.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//./_}-src.zip"
checksum=3378d32c8333c14f57622802f6a92b725f36ee45a6b181657b595b1b5d64260f
do_install() {
vbin mp3gain
}