wok annotate 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
rev   line source
devl547@13980 1 # SliTaz package receipt.
devl547@13980 2
devl547@13980 3 PACKAGE="mp3val"
devl547@13980 4 VERSION="0.1.8"
devl547@13980 5 CATEGORY="multimedia"
devl547@13980 6 SHORT_DESC="MP3val is a small, high-speed, free software tool for checking MPEG audio files' integrity"
devl547@13980 7 MAINTAINER="devl547@gmail.com"
devl547@13980 8 WEB_SITE="http://mp3val.sourceforge.net/"
devl547@13980 9 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
devl547@13980 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
devl547@13980 11
devl547@13980 12 DEPENDS=""
devl547@13980 13 BUILD_DEPENDS=""
devl547@13980 14
devl547@13980 15 # Rules to configure and make the package.
devl547@13980 16 compile_rules()
devl547@13980 17 {
devl547@13980 18 mv Makefile.linux Makefile
devl547@13980 19 make
devl547@13980 20 }
devl547@13980 21
devl547@13980 22 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@13980 23 genpkg_rules()
devl547@13980 24 {
devl547@13980 25 mkdir -p $fs/usr/bin
devl547@13980 26 cp -a $src/mp3val $fs/usr/bin
devl547@13980 27 }