wok view xfdesktop-extras/receipt @ rev 17057

syslinux/c32box: x86_64 auto select
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 21 09:56:57 2014 +0200 (2014-08-21)
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 }