# SliTaz package receipt. PACKAGE="exo-tools" VERSION="0.10.3" CATEGORY="x-window" SHORT_DESC="Xfce extension tools" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WANTED="exo" SUGGESTED="perl-uri" WEB_SITE="https://www.xfce.org" DEPENDS="libexo libxfce4ui" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/locale \ $fs/usr/share/xfce4 \ $fs/etc/xdg/xfce4 cp -a $install/etc $fs/ cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/locale/fr $fs/usr/share/locale cp -a $install/usr/share/applications $fs/usr/share cp -a $install/usr/share/icons $fs/usr/share cp -a $install/usr/share/pixmaps $fs/usr/share cp -a $install/usr/share/xfce4/helpers $fs/usr/share/xfce4 # Fix perms & helpers chmod +x $fs/usr/bin/exo-preferred-applications }