wok-next diff fbxkb/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
parents | 644c871a432b |
children | 17e313b5b9c1 |
line diff
1.1 --- a/fbxkb/receipt Wed Sep 25 11:22:57 2013 +0000 1.2 +++ b/fbxkb/receipt Fri Dec 06 20:31:17 2013 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="fbxkb is NETWM compliant keyboard indicator and switcher." 1.6 MAINTAINER="devl547@gmail.com" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tgz" 1.9 +WEB_SITE="http://fbxkb.sourceforge.net/" 1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="gtk+ xorg-libXmu" 1.13 BUILD_DEPENDS="gtk+-dev xorg-libXmu-dev" 1.14 -WEB_SITE="http://fbxkb.sourceforge.net/" 1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()