wok view exo-tools/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents 723666943311
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="exo-tools"
4 VERSION="0.6.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension tools"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libexo"
9 WANTED="exo"
10 SUGGESTED="perl-uri"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.xfce.org"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/locale \
18 $fs/usr/share/xfce4 \
19 $fs/etc/xdg/xfce4
21 cp -a $_pkg/etc $fs/
22 cp -a $_pkg/usr/bin $fs/usr
23 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
24 cp -a $_pkg/usr/share/applications $fs/usr/share
25 cp -a $_pkg/usr/share/icons $fs/usr/share
26 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
27 cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4
29 # Fix perms & helpers
30 chmod +x $fs/usr/bin/exo-preferred-applications
31 }