wok diff id3v2/receipt @ rev 19706
audit: disable some preinstalled packages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 22:13:07 2017 +0100 (2017-02-14) |
parents | 15c045f565df |
children | ba7cbdb5749c |
line diff
1.1 --- a/id3v2/receipt Tue Aug 14 13:39:06 2012 +0200 1.2 +++ b/id3v2/receipt Tue Feb 14 22:13:07 2017 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="A command line editor for id3v2 tags." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="id3lib" 1.8 -BUILD_DEPENDS="id3lib-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://id3v2.sourceforge.net/" 1.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.13 1.14 +DEPENDS="id3lib" 1.15 +BUILD_DEPENDS="id3lib-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {