wok view mp3val/receipt @ rev 13980

Add: mp3val (0.1.8)
author Alexander Medvedev <devl547@gmail.com>
date Thu Feb 07 09:57:25 2013 +0000 (2013-02-07)
parents
children 7896f0694ef6
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 WEB_SITE="http://mp3val.sourceforge.net/"
9 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv Makefile.linux Makefile
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/mp3val $fs/usr/bin
27 }