wok view xfdesktop-extras/receipt @ rev 7189

Up: alsaplayer to 0.99.81.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 08 22:56:00 2010 +0000 (2010-11-08)
parents 2eb4cda2e8eb
children 8382091c6bea
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.6.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 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 }