e6e960ba76
Closes #13445. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'mp3gain'
|
|
pkgname=mp3gain
|
|
version=1.6.1
|
|
revision=1
|
|
create_wrksrc=yes
|
|
build_style=gnu-makefile
|
|
make_build_args="OSTYPE=linux"
|
|
hostmakedepends="unzip"
|
|
makedepends="mpg123-devel"
|
|
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=552e77f9333a04f35d68808565ec99b5eb6707985ea946f60f13c81a42daf25d
|
|
|
|
do_install() {
|
|
vbin mp3gain
|
|
}
|