wok-6.x view lxterminal-locales/receipt @ rev 15937
cups-pam: fix stuff path
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 16:55:06 2014 +0100 (2014-02-22) |
parents | f01409ef6d29 |
children | c73f683146cf |
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 LICENSE="GPL2"
9 WANTED="lxterminal"
10 WEB_SITE="http://lxde.org"
12 DEPENDS="lxterminal"
14 # Rules to configure and make the package.
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share
20 cp -a $install/usr/share/locale $fs/usr/share
21 }