wok-next annotate vorbisgain/receipt @ rev 21652

updated file (5.35 -> 5.39)
author Hans-G?nter Theisgen
date Fri Jun 26 21:02:43 2020 +0100 (2020-06-26)
parents 7506b35e1c6f
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@13246 2
pascal@13246 3 PACKAGE="vorbisgain"
pascal@13246 4 VERSION="0.37"
pascal@13246 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files"
pascal@13246 7 MAINTAINER="paul@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
al@21020 9 WEB_SITE="https://sjeng.org/vorbisgain.html"
al@21020 10
pascal@13246 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20909 12 WGET_URL="https://sjeng.org/ftp/vorbis/$TARBALL"
pascal@13246 13
pascal@14996 14 BUILD_DEPENDS="libogg-dev libvorbis-dev"
pascal@14996 15
al@21020 16 compile_rules() {
pascal@13246 17 ./configure \
pascal@13246 18 --prefix=/usr \
pascal@13246 19 $CONFIGURE_ARGS &&
al@21020 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@13246 22 }
pascal@13246 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21020 26 DEPENDS="libogg libvorbis"
pascal@13246 27 }