wok-next view mp3val/receipt @ rev 21687
updated glpi (0.80.7 -> 9.4.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:11:21 2020 +0100 (2020-06-29) |
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 }