wok view xfdesktop-extras/receipt @ rev 4395

tazbb: allow packages with symlinks only (typo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 16 15:46:45 2009 +0200 (2009-10-16)
parents
children 2da3bf55c9ba
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.6.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop icons and stuff"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util libxfcegui4 thunar libexo"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.xfce.org/"
11 WANTED="xfdesktop"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr \
17 $fs/usr/share/locale \
18 $fs/usr/share/xfce4
20 cp -a $_pkg/usr/share/icons $fs/usr/share
21 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
22 cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4
23 cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
24 }