wok-6.x diff mp3info/receipt @ rev 14180
linux: update modules.list
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 11 08:49:21 2013 +0100 (2013-03-11) |
parents | |
children | bb009a6ef036 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mp3info/receipt Mon Mar 11 08:49:21 2013 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="mp3info" 1.7 +VERSION="0.8.5a" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Little utility used to read and modify the ID3 tags of MP3 files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tgz" 1.12 +WEB_SITE="http://ibiblio.org/mp3info/" 1.13 +WGET_URL="ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/$TARBALL" 1.14 + 1.15 +DEPENDS="ncursesw gtk+" 1.16 +BUILD_DEPENDS="ncursesw-dev gtk+-dev" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src && make 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/bin 1.28 + cp -a $src/mp3info $fs/usr/bin 1.29 + cp -a $src/gmp3info $fs/usr/bin 1.30 +}