wok view xfce4/receipt @ rev 4293

firefox-dev: fix version hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 26 20:20:32 2009 +0200 (2009-09-26)
parents 297002031233
children 0c0c693fe4c6
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.6.1"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util xfconf libxfcegui4 libxfce4menu libexo
9 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman
10 thunar-archive-plugin xfce-utils xfce4-slitaz-config"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.xfce.org"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 }
20 post_install()
21 {
22 root=$1
23 echo "Processing postinstall commands..."
25 # Adding xfce to SLIM available sessions.
26 if ! grep -q xfce $root/etc/slim.conf; then
27 sed -i s/,jwm/,jwm,xfce/ $root/etc/slim.conf
28 fi
30 # Adding xfce support to tazx
32 }