wok-next view mp3val/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
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 }