wok annotate 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
rev   line source
pascal@11559 1 # SliTaz package receipt.
pascal@11559 2
pascal@11559 3 PACKAGE="mp3gain"
Hans-G?nter@21476 4 VERSION="1.6.2"
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@15583 8 LICENSE="LGPL2.1"
Hans-G?nter@21476 9 WEB_SITE="https://sourceforge.net/projects/mp3gain/"
Hans-G?nter@21476 10
Hans-G?nter@21476 11 TARBALL="$PACKAGE-${VERSION//./_}-src.zip"
pascal@11559 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11559 13
Hans-G?nter@21476 14 DEPENDS="mpg123"
Hans-G?nter@21476 15 BUILD_DEPENDS="mpg123-dev"
pascal@15583 16
pascal@11559 17 # Rules to configure and make the package.
pascal@11559 18 compile_rules()
pascal@11559 19 {
pascal@11559 20 make
pascal@11559 21 }
pascal@11559 22
pascal@11559 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11559 24 genpkg_rules()
pascal@11559 25 {
pascal@11559 26 mkdir -p $fs/usr/bin
pascal@11559 27 cp -a $src/$PACKAGE $fs/usr/bin
pascal@11559 28 }