wok annotate mp3val/receipt @ rev 20495

Up firefox-official-* (62.0.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 28 16:56:56 2018 +0100 (2018-10-28)
parents 167f66ec9bcd
children afae00265386
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"
pascal@15002 8 LICENSE="GPL2"
devl547@13980 9 WEB_SITE="http://mp3val.sourceforge.net/"
devl547@13980 10 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
devl547@13980 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
devl547@13980 12
devl547@13980 13 DEPENDS=""
devl547@13980 14 BUILD_DEPENDS=""
devl547@13980 15
devl547@13980 16 # Rules to configure and make the package.
devl547@13980 17 compile_rules()
devl547@13980 18 {
devl547@13980 19 mv Makefile.linux Makefile
devl547@13980 20 make
devl547@13980 21 }
devl547@13980 22
devl547@13980 23 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@13980 24 genpkg_rules()
devl547@13980 25 {
devl547@13980 26 mkdir -p $fs/usr/bin
devl547@13980 27 cp -a $src/mp3val $fs/usr/bin
devl547@13980 28 }