wok view suggested-applications/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents
children c4f226b02549
line source
1 # SliTaz package receipt.
3 PACKAGE="suggested-applications"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for default applications."
7 MAINTAINER="jozee@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/usr/share $fs/usr/bin
14 cp -a stuff/applications $fs/usr/share
15 cp -a stuff/default-app $fs/usr/bin/
16 }