wok view exo-tools/receipt @ rev 20974

updated glew-dev again (1.5.8 -> 2.1.0)
author Hans-G?nter Theisgen
date Tue Mar 05 16:42:51 2019 +0100 (2019-03-05)
parents 380ffe05937a
children 5eee27c40050
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 LICENSE="GPL2"
9 WANTED="exo"
10 SUGGESTED="perl-uri"
11 WEB_SITE="https://www.xfce.org"
13 DEPENDS="libexo libxfce4ui"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/locale \
19 $fs/usr/share/xfce4 \
20 $fs/etc/xdg/xfce4
22 cp -a $install/etc $fs/
23 cp -a $install/usr/bin $fs/usr
24 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
25 cp -a $install/usr/share/applications $fs/usr/share
26 cp -a $install/usr/share/icons $fs/usr/share
27 cp -a $install/usr/share/pixmaps $fs/usr/share
28 cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4
30 # Fix perms & helpers
31 chmod +x $fs/usr/bin/exo-preferred-applications
32 }