wok annotate mp3gain/receipt @ rev 24127
sokojs: get slc levels
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 16 16:30:13 2021 +0000 (2021-10-16) |
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 } |