wok view tazinst-gui/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents c4ac05dd6165
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="tazinst-gui"
4 VERSION="3.95"
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 0500 $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 }