wok-next view mp3val/receipt @ rev 21613

updated eboard (1.1.1 -> 1.1.3)
author Hans-G?nter Theisgen
date Thu Jun 25 10:33:28 2020 +0100 (2020-06-25)
parents b0e08682f023
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mp3val"
4 VERSION="0.1.8"
5 CATEGORY="multimedia"
6 SHORT_DESC="Checking MPEG audio files integrity"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://mp3val.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 mv Makefile.linux Makefile
16 make &&
17 mkdir -p $install/usr/bin &&
18 install -Dm755 $src/mp3val $install/usr/bin/mp3val
19 }
21 genpkg_rules() {
22 copy @std
23 }