wok view mp3val/receipt @ rev 22989

updated knot and knot-dev (2.5.2 -> 2.9.2)
author Hans-G?nter Theisgen
date Sun Mar 01 17:01:17 2020 +0100 (2020-03-01)
parents 167f66ec9bcd
children afae00265386
line source
1 # SliTaz package receipt.
3 PACKAGE="mp3val"
4 VERSION="0.1.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="MP3val is a small, high-speed, free software tool for checking MPEG audio files' integrity"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://mp3val.sourceforge.net/"
10 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv Makefile.linux Makefile
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/mp3val $fs/usr/bin
28 }