New package: mp3val-0.1.8

This commit is contained in:
Duncaen 2018-04-30 14:20:20 +02:00
parent 1cfafeb895
commit 68dad8f21b
1 changed files with 18 additions and 0 deletions

18
srcpkgs/mp3val/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'mp3val'
pkgname=mp3val
version=0.1.8
revision=1
wrksrc="mp3val-${version}-src"
#create_wrksrc=yes
build_style=gnu-makefile
make_cmd="make -f Makefile.linux"
short_desc="Tool to validate and fix MPEG audio files"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="http://mp3val.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/mp3val/mp3val-${version}-src.tar.gz"
checksum=95a16efe3c352bb31d23d68ee5cb8bb8ebd9868d3dcf0d84c96864f80c31c39f
do_install() {
vbin mp3val
}