wok-6.x diff lxterminal-locales/receipt @ rev 16636
efl: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 09:48:27 2014 +0000 (2014-05-12) |
parents | f01409ef6d29 |
children | c73f683146cf |
line diff
1.1 --- a/lxterminal-locales/receipt Thu Nov 10 03:13:05 2011 +0000 1.2 +++ b/lxterminal-locales/receipt Mon May 12 09:48:27 2014 +0000 1.3 @@ -5,16 +5,18 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="LXDE X Terminal emulator locales." 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 -DEPENDS="lxterminal" 1.8 +LICENSE="GPL2" 1.9 WANTED="lxterminal" 1.10 WEB_SITE="http://lxde.org" 1.11 1.12 +DEPENDS="lxterminal" 1.13 + 1.14 # Rules to configure and make the package. 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/share 1.20 - cp -a $_pkg/usr/share/locale $fs/usr/share 1.21 + cp -a $install/usr/share/locale $fs/usr/share 1.22 } 1.23