wok annotate tazinst-gui/receipt @ rev 19617

Up SliTaz projects: cookutils(863), slitaz-base-files(319), slitaz-boot-scripts(436), slitaz-configs(299), slitaz-tools(1008), ssfs(108), tazbug(94), tazinst(86), tazirc(18), tazlito(445), tazpanel(610), tazpkg(932), tazusb(194), tazweb(174).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 14:28:40 2017 +0200 (2017-01-10)
parents 429a73e5062c
children ec4bc374aea9
rev   line source
domcox@14056 1 # SliTaz package receipt.
domcox@14056 2
domcox@14056 3 PACKAGE="tazinst-gui"
al@19617 4 VERSION="86"
domcox@14056 5 CATEGORY="base-system"
al@18235 6 SHORT_DESC="SliTaz installer (GUI frontend)"
domcox@14056 7 MAINTAINER="domcox@slitaz.org"
pascal@15022 8 LICENSE="GPL3"
domcox@14056 9 WANTED="tazinst"
domcox@14056 10 WEB_SITE="http://www.slitaz.org/"
domcox@14056 11 TAGS="slitaz"
domcox@14056 12
pascal@14242 13 DEPENDS="tazpanel tazinst syslinux syslinux-extra"
al@19617 14 SIBLINGS="tazinst"
pascal@14242 15
domcox@14056 16 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@14056 17 #
domcox@14056 18 genpkg_rules()
domcox@14056 19 {
domcox@14056 20 cp -a $install/var $fs
mojo@17666 21 chmod -R 0755 $fs/var/www/
domcox@14056 22 chown -R root.root $fs
domcox@14058 23 mkdir -p $fs/usr/share
domcox@14058 24 cp -a $install/usr/share/applications $fs/usr/share
pascal@18198 25 cp -a $install/usr/share/locale $fs/usr/share
pascal@18198 26 cd $fs/usr/share/locale
pascal@18198 27 for lang in *; do
pascal@18199 28 rm -f $lang/*/slitaz-installer.mo
pascal@18198 29 rm -f $lang/*/tazinst.mo
pascal@18198 30 done
domcox@14056 31 }