wok-next view lxmenu-data/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents c4e53a39395a
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxmenu-data"
4 VERSION="0.1.5"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE freedesktop.org menu specification"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS_arm=" "
16 BUILD_DEPENDS="gettext intltool"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 genpkg_rules() {
24 copy @std
25 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
26 TAGS="LXDE"
27 }