wok view tazinst-gui/receipt @ rev 18198

Up tazinst (59)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 12 19:48:23 2015 +0200 (2015-07-12)
parents d374597d644d
children 0a2c9d3c430e
line source
1 # SliTaz package receipt.
3 PACKAGE="tazinst-gui"
4 VERSION="59"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz installer (Gui frontend)."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="tazinst"
10 WEB_SITE="http://www.slitaz.org/"
11 TAGS="slitaz"
13 DEPENDS="tazpanel tazinst syslinux syslinux-extra"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 #
17 genpkg_rules()
18 {
19 cp -a $install/var $fs
20 chmod -R 0755 $fs/var/www/
21 chown -R root.root $fs
22 mkdir -p $fs/usr/share
23 cp -a $install/usr/share/applications $fs/usr/share
24 cp -a $install/usr/share/locale $fs/usr/share
25 cd $fs/usr/share/locale
26 for lang in *; do
27 rm -f $lang/*/installer.mo
28 rm -f $lang/*/tazinst.mo
29 done
30 }