wok annotate suggested-applications/receipt @ rev 13845

lyx: fix for gcc 4.6
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 08 21:25:10 2013 +0100 (2013-01-08)
parents
children c4f226b02549
rev   line source
jozee@5130 1 # SliTaz package receipt.
jozee@5130 2
jozee@5130 3 PACKAGE="suggested-applications"
jozee@5130 4 VERSION="1.0"
jozee@5130 5 CATEGORY="network"
jozee@5130 6 SHORT_DESC="Set of desktop files for default applications."
jozee@5130 7 MAINTAINER="jozee@slitaz.org"
jozee@5130 8 WEB_SITE="http://www.slitaz.org/"
jozee@5130 9
jozee@5130 10 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5130 11 genpkg_rules()
jozee@5130 12 {
jozee@5130 13 mkdir -p $fs/usr/share $fs/usr/bin
jozee@5130 14 cp -a stuff/applications $fs/usr/share
jozee@5130 15 cp -a stuff/default-app $fs/usr/bin/
jozee@5130 16 }