wok-next view mp3info/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-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 }