wok annotate xfe-extras/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents 809051a5c75a
children 035061c662bf
rev   line source
erjo@11660 1 # SliTaz package receipt.
erjo@11660 2
erjo@11660 3 PACKAGE="xfe-extras"
mojo@17530 4 VERSION="1.40"
erjo@11660 5 CATEGORY="system-tools"
erjo@11660 6 SHORT_DESC="Xfe File manager tools."
erjo@11660 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
erjo@11660 9 WEB_SITE="http://roland65.free.fr/xfe/"
erjo@11660 10 WANTED="xfe"
erjo@11660 11
erjo@11660 12 DEPENDS="xfe"
erjo@11660 13 BUILD_DEPENDS=""
erjo@11660 14
pascal@13024 15 GENERIC_MENUS="no"
erjo@11660 16
erjo@11660 17 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11660 18 genpkg_rules()
erjo@11660 19 {
erjo@11660 20 mkdir -p $fs/usr/bin \
erjo@11660 21 $fs/usr/share/applications \
erjo@11660 22 $fs/usr/share/icons
erjo@11660 23
erjo@11660 24 cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
erjo@11660 25 cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
erjo@11660 26 cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
erjo@11660 27 }