wok annotate mp3gain/receipt @ rev 21034

updated help2man (1.40.12 -> 1.47.8)
author Hans-G?nter Theisgen
date Mon Mar 11 13:26:42 2019 +0100 (2019-03-11)
parents d6c1451d0ba2
children ccd227dcb249
rev   line source
pascal@11559 1 # SliTaz package receipt.
pascal@11559 2
pascal@11559 3 PACKAGE="mp3gain"
pascal@11559 4 VERSION="1_5_2_r2"
pascal@11559 5 CATEGORY="multimedia"
pascal@11559 6 SHORT_DESC="Analyzes and adjusts volume on mp3 files."
pascal@11559 7 MAINTAINER="paul@slitaz.org"
pascal@15583 8 LICENSE="LGPL2.1"
pascal@11559 9 TARBALL="$PACKAGE-$VERSION-src.zip"
pascal@11559 10 WEB_SITE="http://mp3gain.sourceforge.net/"
pascal@11559 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11559 12
pascal@15583 13 DEPENDS=""
pascal@15583 14 BUILD_DEPENDS=""
pascal@15583 15
pascal@11559 16 # Rules to configure and make the package.
pascal@11559 17 compile_rules()
pascal@11559 18 {
pascal@11559 19 cd $src
pascal@11559 20 make
pascal@11559 21 }
pascal@11559 22
pascal@11559 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11559 24 genpkg_rules()
pascal@11559 25 {
pascal@11559 26 mkdir -p $fs/usr/bin
pascal@11559 27 cp -a $src/$PACKAGE $fs/usr/bin
pascal@11559 28 }
pascal@11559 29