wok-next view slitaz-menus/receipt @ rev 16146

Move kompozer to undigest (not compiling for a long time and not realy maintained)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 21:49:28 2014 +0100 (2014-03-26)
parents eb8067417980
children ee67032b0b58
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/"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share $fs/etc/xdg
16 cp -a $stuff/desktop-directories $fs/usr/share
17 cp -a $stuff/menus $fs/etc/xdg
18 }