wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="mp3gain"
4 VERSION="1_5_2_r2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Analyzes and adjusts volume on mp3 files."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS=""
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION-src.zip"
11 WEB_SITE="http://mp3gain.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/$PACKAGE $fs/usr/bin
26 }