wok annotate suggested-applications/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
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 }