wok-stable view suggested-applications/receipt @ rev 6876

Up: gnutls to 2.10.2. I hope this doesn't break anything.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 22:39:45 2010 +0000 (2010-10-20)
parents
children
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 }