20 lines
545 B
Bash
20 lines
545 B
Bash
# Template file for 'mp3gain'
|
|
pkgname=mp3gain
|
|
version=1.6.2
|
|
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=5cc04732ef32850d5878b28fbd8b85798d979a025990654aceeaa379bcc9596d
|
|
|
|
do_install() {
|
|
vbin mp3gain
|
|
}
|