wok-current view slitaz-menus/receipt @ rev 15579
Remove cromfs-or-squashfs; add some licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 30 10:06:29 2013 +0000 (2013-11-30) |
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 }