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

Unlock x86_64 architecture
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 12:12:14 2018 +0200 (2018-03-02)
parents 4688f12eea68
children 757d032c55c7
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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
14 BUILD_DEPENDS="gettext intltool"
15 BUILD_DEPENDS_arm=" "
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html
21 ./configure \
22 --sysconfdir=/etc \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
32 TAGS="LXDE"
33 }