wok view slitaz-menus/receipt @ rev 16042
Add to ARM: sqlite ptunnel libpcap gdbm gc
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 16:31:15 2014 +0100 (2014-03-09) |
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 }