
Receipt for package "mp3info"
# SliTaz package receipt. PACKAGE="mp3info" VERSION="0.8.5a" CATEGORY="multimedia" SHORT_DESC="Little utility used to read and modify the ID3 tags of MP3 files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://ibiblio.org/mp3info/" WGET_URL="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/$TARBALL" DEPENDS="ncursesw gtk+" BUILD_DEPENDS="ncursesw-dev gtk+-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/mp3info-/!d;s|.*mp3info-||;s|.t.*||;q' } # Rules to configure and make the package. compile_rules() { sed -i 's/-lncurses/& -ltinfo/' Makefile make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/mp3info $fs/usr/bin cp -a $src/gmp3info $fs/usr/bin }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)