New package: mp3check-0.8.7
This commit is contained in:
parent
e88cbe0af8
commit
f952a11e4c
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue