wok-6.x view slitaz-menus/receipt @ rev 15627
libxml2: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 08 18:53:33 2013 +0000 (2013-12-08) |
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 }