wok-current annotate xfe-extras/receipt @ rev 14830
Up: xfdesktop* (4.10.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Jul 17 13:54:38 2013 +0200 (2013-07-17) |
parents | 36a438c097dc |
children | 380ffe05937a |
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 WEB_SITE="http://roland65.free.fr/xfe/" |
erjo@11660 | 9 WANTED="xfe" |
erjo@11660 | 10 |
erjo@11660 | 11 DEPENDS="xfe" |
erjo@11660 | 12 BUILD_DEPENDS="" |
erjo@11660 | 13 |
pascal@13024 | 14 GENERIC_MENUS="no" |
erjo@11660 | 15 |
erjo@11660 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@11660 | 17 genpkg_rules() |
erjo@11660 | 18 { |
erjo@11660 | 19 mkdir -p $fs/usr/bin \ |
erjo@11660 | 20 $fs/usr/share/applications \ |
erjo@11660 | 21 $fs/usr/share/icons |
erjo@11660 | 22 |
erjo@11660 | 23 cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin |
erjo@11660 | 24 cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications |
erjo@11660 | 25 cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons |
erjo@11660 | 26 } |