wok view mp3gain/receipt @ rev 21476

updated mp3gain (1.5.2 -> 1.6.2)
author Hans-G?nter Theisgen
date Wed May 01 08:06:49 2019 +0100 (2019-05-01)
parents bb009a6ef036
children afae00265386
line source
1 # SliTaz package receipt.
3 PACKAGE="mp3gain"
4 VERSION="1.6.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Analyzes and adjusts volume on mp3 files."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://sourceforge.net/projects/mp3gain/"
11 TARBALL="$PACKAGE-${VERSION//./_}-src.zip"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="mpg123"
15 BUILD_DEPENDS="mpg123-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/$PACKAGE $fs/usr/bin
28 }