wok view lxterminal-locales/receipt @ rev 8121

Fixed pcsxr-svn to use lzma-alone instead of lzma wrapper script. Turns out the lzma wrapper script for xz is incompatible with lzma-alone compression. Also lzma-alone compress better.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 00:57:47 2011 +0000 (2011-01-24)
parents ac556fcc1041
children 129bb5b11a7e
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 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 }