wok annotate slitaz-menus/receipt @ rev 18091

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to garcon-0.3.0.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:25:36 2015 +0200 (2015-05-25)
parents 788d1f0af27f
children 77dc6129b023
rev   line source
pankso@195 1 # SliTaz package receipt.
pankso@195 2
pankso@195 3 PACKAGE="slitaz-menus"
pascal@18091 4 VERSION="2.4.2"
pankso@195 5 CATEGORY="x-window"
al@14902 6 SHORT_DESC="SliTaz i18n Freedesktop menus"
pankso@195 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
pankso@195 9 WEB_SITE="http://www.slitaz.org/"
pankso@16140 10 HOST_ARCH="i486 arm"
pankso@195 11
pankso@195 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@195 13 genpkg_rules()
pankso@195 14 {
pankso@195 15 mkdir -p $fs/usr/share $fs/etc/xdg
pankso@11738 16 cp -a $stuff/desktop-directories $fs/usr/share
pankso@9335 17 cp -a $stuff/menus $fs/etc/xdg
psychomaniak@17232 18 ln -s applications.menu $fs/etc/xdg/menus/lxde-applications.menu
pankso@195 19 }