wok view xfe-extras/receipt @ rev 13255

Add qemacs-tiny
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 16 21:48:35 2012 +0200 (2012-08-16)
parents 36a438c097dc
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfe-extras"
4 VERSION="1.32.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Xfe File manager tools."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://roland65.free.fr/xfe/"
9 WANTED="xfe"
11 DEPENDS="xfe"
12 BUILD_DEPENDS=""
14 GENERIC_MENUS="no"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin \
20 $fs/usr/share/applications \
21 $fs/usr/share/icons
23 cp -a $install/usr/bin/xf[i,v,p,w] $fs/usr/bin
24 cp -a $install/usr/share/applications/xf[i,v,p,w]* $fs/usr/share/applications
25 cp -a $src/xf[i,v,p,w].png $fs/usr/share/icons
26 }