wok-6.x view xfdesktop-extras/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
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 }