wok view lxterminal-locales/receipt @ rev 10439

Add: sylpheed-full (with GPG, splell and ldap support)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 01:32:05 2011 +0200 (2011-05-25)
parents af022550edde
children f01409ef6d29
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-locales"
4 VERSION="0.1.9"
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 }