wok view exo-tools/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents 129bb5b11a7e
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="exo-tools"
4 VERSION="0.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension tools"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libexo libxfce4ui"
9 WANTED="exo"
10 SUGGESTED="perl-uri"
11 WEB_SITE="http://www.xfce.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/locale \
17 $fs/usr/share/xfce4 \
18 $fs/etc/xdg/xfce4
20 cp -a $install/etc $fs/
21 cp -a $install/usr/bin $fs/usr
22 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
23 cp -a $install/usr/share/applications $fs/usr/share
24 cp -a $install/usr/share/icons $fs/usr/share
25 cp -a $install/usr/share/pixmaps $fs/usr/share
26 cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4
28 # Fix perms & helpers
29 chmod +x $fs/usr/bin/exo-preferred-applications
30 }