wok diff emacs-pkg-po-mode/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 4e8a13288f6b
children a7848c730d68
line diff
     1.1 --- a/emacs-pkg-po-mode/receipt	Wed Mar 13 09:50:50 2013 +0100
     1.2 +++ b/emacs-pkg-po-mode/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.3 @@ -5,11 +5,12 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="An Emacs major mode for editing or modifying PO files."
     1.6  MAINTAINER="domcox@slitaz.org"
     1.7 -DEPENDS="emacs"
     1.8 -BUILD_DEPENDS="emacs"
     1.9 +LICENSE="GPL3"
    1.10  WEB_SITE="http://www.gnu.org/software/hello/manual/gettext/PO-Mode.html"
    1.11  WANTED="gettext"
    1.12  
    1.13 +DEPENDS="emacs"
    1.14 +BUILD_DEPENDS="emacs"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()