wok-6.x diff lxterminal-locales/receipt @ rev 5978
busybox: add lvm support in /init
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 12 18:56:16 2010 +0200 (2010-08-12) |
parents | |
children | ac556fcc1041 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxterminal-locales/receipt Thu Aug 12 18:56:16 2010 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxterminal-locales" 1.7 +VERSION="0.1.8" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="LXDE X Terminal emulator locales." 1.10 +MAINTAINER="gokhlayeh@mailoo.org" 1.11 +DEPENDS="lxterminal" 1.12 +WANTED="lxterminal" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://lxde.org" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/share 1.22 + cp -a $_pkg/usr/share/locale $fs/usr/share 1.23 +} 1.24 +