wok annotate suggested-applications/receipt @ rev 9974

linux: FIX config files (they was missing config and still i486 config)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 18 19:11:35 2011 +0200 (2011-05-18)
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 }