tazpkg rev 632

tazpkg info: show license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 16 08:53:33 2013 +0200 (2013-07-16)
parents 07f7ff7d8344
children 5317ffe7bfbb
files tazpkg
line diff
     1.1 --- a/tazpkg	Thu Jul 04 09:44:37 2013 +0200
     1.2 +++ b/tazpkg	Tue Jul 16 08:53:33 2013 +0200
     1.3 @@ -1535,6 +1535,7 @@
     1.4  <b>$(gettext 'Category   :')</b> $(gettext $CATEGORY)
     1.5  <b>$(gettext 'Short desc :')</b> $SHORT_DESC
     1.6  <b>$(gettext 'Maintainer :')</b> $MAINTAINER"
     1.7 +		[ "$LICENSE" ] &&		emsg "<b>$(gettext 'License    :')</b> $DEPENDS"
     1.8  		[ "$DEPENDS" ] &&		emsg "<b>$(gettext 'Depends    :')</b> $DEPENDS"
     1.9  		[ "$SUGGESTED" ] &&		emsg "<b>$(gettext 'Suggested  :')</b> $SUGGESTED"
    1.10  		[ "$BUILD_DEPENDS" ] &&	emsg "<b>$(gettext 'Build deps :')</b> $BUILD_DEPENDS"