wok view xfdesktop-extras/receipt @ rev 8699

ocs agent: fix Tapkg.pm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:08:43 2011 +0100 (2011-02-17)
parents 8382091c6bea
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.8.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 }