wok-4.x diff xfdesktop-extras/receipt @ rev 5454
Up cups-pam (1.4.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 05 16:51:05 2010 +0200 (2010-05-05) |
parents | |
children | 2da3bf55c9ba |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfdesktop-extras/receipt Wed May 05 16:51:05 2010 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfdesktop-extras" 1.7 +VERSION="4.6.1" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Desktop icons and stuff" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="libxfce4util libxfcegui4 thunar libexo" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.xfce.org/" 1.14 +WANTED="xfdesktop" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr \ 1.20 + $fs/usr/share/locale \ 1.21 + $fs/usr/share/xfce4 1.22 + 1.23 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.24 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.25 + cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4 1.26 + cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 1.27 +} 1.28 +