wok rev 12190

Add mp3info (can be used by owncloud)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 26 01:26:34 2012 +0200 (2012-03-26)
parents c55724b587eb
children 44399ddd7189
files mp3info/receipt mp3info/stuff/mp3info.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mp3info/receipt	Mon Mar 26 01:26:34 2012 +0200
     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 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mp3info/stuff/mp3info.desktop	Mon Mar 26 01:26:34 2012 +0200
     2.3 @@ -0,0 +1,7 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=MP3info ID3 Editor
     2.7 +Type=Application
     2.8 +Exec=gmp3info
     2.9 +Icon=audio-x-generic
    2.10 +Categories=AudioVideo;Audio;