wok-next annotate mp3val/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents b0e08682f023
children
rev   line source
al@20481 1 # SliTaz package receipt v2.
devl547@13980 2
devl547@13980 3 PACKAGE="mp3val"
devl547@13980 4 VERSION="0.1.8"
devl547@13980 5 CATEGORY="multimedia"
al@20481 6 SHORT_DESC="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/"
al@20481 10
devl547@13980 11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
devl547@13980 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
devl547@13980 13
al@20481 14 compile_rules() {
devl547@13980 15 mv Makefile.linux Makefile
al@20481 16 make &&
pascal@20483 17 mkdir -p $install/usr/bin &&
al@21020 18 install -Dm755 $src/mp3val $install/usr/bin/mp3val
devl547@13980 19 }
devl547@13980 20
al@20481 21 genpkg_rules() {
al@20481 22 copy @std
devl547@13980 23 }