wok annotate exo-tools/receipt @ rev 21659

updated parcellite (0.9.3 -> 1.2.1)
author Hans-G?nter Theisgen
date Fri May 31 17:29:36 2019 +0100 (2019-05-31)
parents 380ffe05937a
children 5eee27c40050
rev   line source
erjo@5220 1 # SliTaz package receipt.
erjo@5220 2
erjo@5220 3 PACKAGE="exo-tools"
erjo@14815 4 VERSION="0.8.0"
erjo@5220 5 CATEGORY="x-window"
erjo@5220 6 SHORT_DESC="Xfce extension tools"
erjo@5220 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@5220 9 WANTED="exo"
erjo@5220 10 SUGGESTED="perl-uri"
pascal@20671 11 WEB_SITE="https://www.xfce.org"
erjo@5220 12
pascal@15000 13 DEPENDS="libexo libxfce4ui"
pascal@15000 14
erjo@5220 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5220 16 genpkg_rules()
erjo@5220 17 {
erjo@5220 18 mkdir -p $fs/usr/share/locale \
erjo@5220 19 $fs/usr/share/xfce4 \
erjo@5220 20 $fs/etc/xdg/xfce4
erjo@5220 21
erjo@14815 22 cp -a $install/etc $fs/
erjo@14815 23 cp -a $install/usr/bin $fs/usr
erjo@14815 24 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
erjo@14815 25 cp -a $install/usr/share/applications $fs/usr/share
erjo@14815 26 cp -a $install/usr/share/icons $fs/usr/share
erjo@14815 27 cp -a $install/usr/share/pixmaps $fs/usr/share
erjo@14815 28 cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4
erjo@5220 29
erjo@5220 30 # Fix perms & helpers
erjo@5220 31 chmod +x $fs/usr/bin/exo-preferred-applications
erjo@5220 32 }