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

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
parents cd7906120828
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-menus"
4 VERSION="2.4.3"
5 CATEGORY="x-window"
6 SHORT_DESC="SliTaz i18n Freedesktop menus"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 genpkg_rules() {
13 mkdir -p $fs/usr/share $fs/etc/xdg
14 cp -a $stuff/desktop-directories $fs/usr/share
15 cp -a $stuff/menus $fs/etc/xdg
16 ln -s applications.menu $fs/etc/xdg/menus/lxde-applications.menu
17 }