wok view xfce4/receipt @ rev 4084

Add: blender (3D creation suite)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 16 00:12:26 2009 +0200 (2009-09-16)
parents
children c5aab683596c
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.4.3"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util libxfcegui4 libxfce4mcs libexo Thunar
9 xfce4-panel xfce-utils xfce-mcs-manager
10 xfce-mcs-plugins xfce4-session xfwm4 thunar-volman"
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 }