wok-4.x view lxterminal-locales/receipt @ rev 6087

Add: clucene clucene-dev (0.9.21b)
author Dominique Corbex <domcox@slitaz.org>
date Sun Aug 29 21:24:52 2010 +0200 (2010-08-29)
parents
children ac556fcc1041
line source
1 # SliTaz package receipt.
3 PACKAGE="lxterminal-locales"
4 VERSION="0.1.8"
5 CATEGORY="utilities"
6 SHORT_DESC="LXDE X Terminal emulator locales."
7 MAINTAINER="gokhlayeh@mailoo.org"
8 DEPENDS="lxterminal"
9 WANTED="lxterminal"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://lxde.org"
13 # Rules to configure and make the package.
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share
19 cp -a $_pkg/usr/share/locale $fs/usr/share
20 }