wok view xfdesktop-extras/receipt @ rev 8646
Fixed postgresqlclient post_remove. Its also using .files-list files directly now. So sources will not take up space on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 15 19:34:52 2011 +0000 (2011-02-15) |
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 }