wok-next view lxterminal-locales/receipt @ rev 14590

drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 27 00:27:59 2013 +0000 (2013-05-27)
parents 129bb5b11a7e
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-locales"
4 VERSION="0.1.11"
5 CATEGORY="utilities"
6 SHORT_DESC="LXDE X Terminal emulator locales."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="lxterminal"
9 WANTED="lxterminal"
10 WEB_SITE="http://lxde.org"
12 # Rules to configure and make the package.
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $_pkg/usr/share/locale $fs/usr/share
19 }