19 lines
565 B
Text
19 lines
565 B
Text
# Template file for 'mp3check'
|
|
pkgname=mp3check
|
|
version=0.8.7
|
|
revision=1
|
|
short_desc="Check mp3 files for consistency plus fix header and id3tag errors"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="https://code.google.com/p/mp3check/"
|
|
distfiles="https://mp3check.googlecode.com/files/${pkgname}-${version}.tgz"
|
|
checksum=27d976ad8495671e9b9ce3c02e70cb834d962b6fdf1a7d437bb0e85454acdd0e
|
|
|
|
do_build() {
|
|
make ${makejobs} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
}
|
|
|
|
do_install() {
|
|
vbin mp3check
|
|
vman mp3check.1
|
|
}
|