wok diff gtkspell/receipt @ rev 15001

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:48:05 2013 +0000 (2013-08-10)
parents d4b159e1110b
children 128aae84d74c
line diff
     1.1 --- a/gtkspell/receipt	Wed Jun 20 17:18:59 2012 +0000
     1.2 +++ b/gtkspell/receipt	Sat Aug 10 17:48:05 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="provides highlighting and replacement of misspelled words"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS="enchant gtk+ cairo"
     1.8 -BUILD_DEPENDS="enchant enchant-dev gtk+-dev pkg-config intltool expat-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://gtkspell.sourceforge.net"
    1.12  WGET_URL="$WEB_SITE/download/$TARBALL"
    1.13  
    1.14 +DEPENDS="enchant gtk+ cairo"
    1.15 +BUILD_DEPENDS="enchant enchant-dev gtk+-dev pkg-config intltool expat-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {