wok annotate slitaz-menus/receipt @ rev 15265

Up cookutils (3.1.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 09:50:51 2013 +0000 (2013-09-25)
parents 82750526a367
children eb8067417980
rev   line source
pankso@195 1 # SliTaz package receipt.
pankso@195 2
pankso@195 3 PACKAGE="slitaz-menus"
pankso@11738 4 VERSION="2.4"
pankso@195 5 CATEGORY="x-window"
al@14902 6 SHORT_DESC="SliTaz i18n Freedesktop menus"
pankso@195 7 MAINTAINER="pankso@slitaz.org"
pankso@195 8 WEB_SITE="http://www.slitaz.org/"
pankso@195 9
pankso@195 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@195 11 genpkg_rules()
pankso@195 12 {
pankso@195 13 mkdir -p $fs/usr/share $fs/etc/xdg
pankso@11738 14 cp -a $stuff/desktop-directories $fs/usr/share
pankso@9335 15 cp -a $stuff/menus $fs/etc/xdg
pankso@195 16 }