wok-next diff lxinput/receipt @ rev 15022
Add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 11 19:53:39 2013 +0000 (2013-08-11) |
parents | 8ab73e236754 |
children | 523db8f94fcb |
line diff
1.1 --- a/lxinput/receipt Sun Apr 22 18:05:46 2012 +0200 1.2 +++ b/lxinput/receipt Sun Aug 11 19:53:39 2013 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxinput" 1.7 -VERSION="0.3.1" 1.8 +VERSION="0.3.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="LXDE input manager (Keyboard and mouse settings)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 +LICENSE="GPL3" 1.13 +WEB_SITE="http://lxde.org" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WGET_URL="$SF_MIRROR/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${VERSION}/$TARBALL" 1.16 -WEB_SITE="http://lxde.org" 1.17 1.18 DEPENDS="gtk+" 1.19 BUILD_DEPENDS="gtk+-dev" 1.20 @@ -15,7 +16,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 ./configure \ 1.26 $CONFIGURE_ARGS && 1.27 make && make install