wok view mp3gain/receipt @ rev 13024

aaphoto, joe, kmod, mplayer-svn, polkit-dev, polkit-pam, ruby-enterprise, wordpress, xfe-extras: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 16:33:12 2012 +0200 (2012-06-11)
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 }