wok view exo-tools/receipt @ rev 22979

updated kamailio again (4.4.4 -> 5.3.2)
author Hans-G?nter Theisgen
date Sat Feb 29 16:43:38 2020 +0100 (2020-02-29)
parents 6e8b1bcb30e2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="exo-tools"
4 VERSION="0.10.3"
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 }