wok-next annotate mp3gain/receipt @ rev 21093

garcon, libacpi, mypaint: make shared libs executables to correct determine architecture (no "noarch")
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 29 17:03:13 2018 +0200 (2018-12-29)
parents b278b2018965
children
rev   line source
al@20481 1 # SliTaz package receipt v2.
pascal@11559 2
pascal@11559 3 PACKAGE="mp3gain"
pascal@11559 4 VERSION="1_5_2_r2"
pascal@11559 5 CATEGORY="multimedia"
al@20481 6 SHORT_DESC="Analyzes and adjusts volume on mp3 files"
pascal@11559 7 MAINTAINER="paul@slitaz.org"
pascal@15583 8 LICENSE="LGPL2.1"
al@20481 9 WEB_SITE="http://mp3gain.sourceforge.net/"
al@20481 10
pascal@11559 11 TARBALL="$PACKAGE-$VERSION-src.zip"
pascal@11559 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11559 13
al@20481 14 compile_rules() {
al@20481 15 make &&
al@21020 16 install -Dm755 mp3gain $install/usr/bin/mp3gain
pascal@11559 17 }
pascal@11559 18
al@20481 19 genpkg_rules() {
al@20481 20 copy @std
pascal@11559 21 }