wok annotate xfe-extras/receipt @ rev 12219

Up: cookutils (1.8) Lots of fixes and improvments
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 13:42:18 2012 +0200 (2012-04-05)
parents
children 36a438c097dc
rev   line source
erjo@11660 1 # SliTaz package receipt.
erjo@11660 2
erjo@11660 3 PACKAGE="xfe-extras"
erjo@11660 4 VERSION="1.32.4"
erjo@11660 5 CATEGORY="system-tools"
erjo@11660 6 SHORT_DESC="Xfe File manager tools."
erjo@11660 7 MAINTAINER="erjo@slitaz.org"
erjo@11660 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
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
erjo@11660 15 GENERIKC_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 }