wok view xfdesktop-extras/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents c3a7734ccd30
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.10.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop icons and stuff"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xfce.org/"
10 WANTED="xfdesktop"
12 DEPENDS="libxfce4util thunar libexo"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr \
18 $fs/usr/share/locale \
19 $fs/usr/share/xfce4
21 cp -a $install/usr/share/icons $fs/usr/share
22 cp -a $install/usr/share/pixmaps $fs/usr/share
23 cp -a $install/usr/share/backgrounds $fs/usr/share/
24 #~ cp -a $install/usr/share/xfce4/backdrops $fs/usr/share/xfce4
25 #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
26 }