wok diff easytag/receipt @ rev 12543
binutils: add --with-bugurl=
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 26 13:37:41 2012 +0200 (2012-04-26) |
parents | 382001ab73aa |
children | 380ffe05937a |
line diff
1.1 --- a/easytag/receipt Thu Feb 17 18:19:40 2011 +0000 1.2 +++ b/easytag/receipt Thu Apr 26 13:37:41 2012 +0200 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Utility for viewing and editing tags on sound files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ id3lib flac libvorbis xorg-libXdamage gcc-lib-base" 1.8 -BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib expat-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://easytag.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 TAGS="audio" 1.13 1.14 +DEPENDS="gtk+ id3lib flac libvorbis xorg-libXdamage gcc-lib-base libid3tag" 1.15 +BUILD_DEPENDS="gtk+-dev id3lib-dev id3lib expat-dev libid3tag-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {