wok view tazinst-gui/receipt @ rev 19120

sqlite: fix arm build (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 13:44:26 2016 +0200 (2016-05-08)
parents c3426057458e
children 88c8023928f3
line source
1 # SliTaz package receipt.
3 PACKAGE="tazinst-gui"
4 VERSION="74"
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/*/slitaz-installer.mo
28 rm -f $lang/*/tazinst.mo
29 done
30 }