wok annotate mp3gain/receipt @ rev 12367

Up: bind to 9.9.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:41:08 2012 +0000 (2012-04-19)
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