wok diff mp3info/receipt @ rev 15309

lm-sensors: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 15:02:39 2013 +0000 (2013-09-27)
parents
children bb009a6ef036
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mp3info/receipt	Fri Sep 27 15:02:39 2013 +0000
     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 +}