wok-next view xfdesktop-extras/receipt @ rev 14187
coreutils: fix busybox cp link
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 17:43:42 2013 +0100 (2013-03-12) |
parents | 129bb5b11a7e |
children | c3a7734ccd30 |
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.8.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop icons and stuff"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util libxfcegui4 thunar libexo"
9 WEB_SITE="http://www.xfce.org/"
10 WANTED="xfdesktop"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr \
16 $fs/usr/share/locale \
17 $fs/usr/share/xfce4
19 cp -a $_pkg/usr/share/icons $fs/usr/share
20 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
21 cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4
22 #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
23 }