wok annotate web-applications/receipt @ rev 1113

iw: put all file a a real dir so we can clean
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jul 19 21:19:53 2008 +0200 (2008-07-19)
parents
children 03a799424aaa
rev   line source
pankso@992 1 # SliTaz package receipt.
pankso@992 2
pankso@992 3 PACKAGE="web-applications"
pankso@992 4 VERSION="1.0"
pankso@992 5 CATEGORY="internet"
pankso@992 6 SHORT_DESC="Set of desktop files for Web applications."
pankso@992 7 MAINTAINER="pankso@slitaz.org"
pankso@992 8 WEB_SITE="http://www.slitaz.org/"
pankso@992 9
pankso@992 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@992 11 genpkg_rules()
pankso@992 12 {
pankso@992 13 mkdir -p $fs/usr/share
pankso@992 14 cp -a stuff/pixmaps $fs/usr/share
pankso@992 15 }