wok-next view mp3info/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f48456621a9d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mp3info"
4 VERSION="0.8.5a"
5 CATEGORY="multimedia"
6 SHORT_DESC="Little utility used to read and modify the ID3 tags of MP3 files"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ibiblio.org/mp3info/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev gtk2-dev"
16 compile_rules() {
17 make || return 1
19 install -Dm755 mp3info $install/usr/bin/mp3info
20 install -Dm755 gmp3info $install/usr/bin/gmp3info
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="ncurses gtk2"
26 }