wok annotate mp3gain/receipt @ rev 15368

Up ipxe (1.0.0-20130925)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 13:38:36 2013 +0000 (2013-10-14)
parents
children bb009a6ef036
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@11559 8 DEPENDS=""
pascal@11559 9 BUILD_DEPENDS=""
pascal@11559 10 TARBALL="$PACKAGE-$VERSION-src.zip"
pascal@11559 11 WEB_SITE="http://mp3gain.sourceforge.net/"
pascal@11559 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11559 13
pascal@11559 14 # Rules to configure and make the package.
pascal@11559 15 compile_rules()
pascal@11559 16 {
pascal@11559 17 cd $src
pascal@11559 18 make
pascal@11559 19 }
pascal@11559 20
pascal@11559 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11559 22 genpkg_rules()
pascal@11559 23 {
pascal@11559 24 mkdir -p $fs/usr/bin
pascal@11559 25 cp -a $src/$PACKAGE $fs/usr/bin
pascal@11559 26 }
pascal@11559 27