wok view slitaz-menus/receipt @ rev 15675

linux: add CVE-2013-2929 fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 19 11:31:06 2013 +0000 (2013-12-19)
parents aef7f0994585
children 3a5c3f109749
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-menus"
4 VERSION="2.4"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz i18n Freedesktop menus"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share $fs/etc/xdg
15 cp -a $stuff/desktop-directories $fs/usr/share
16 cp -a $stuff/menus $fs/etc/xdg
17 }