wok-next annotate lxmenu-data/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents f463de72afe3
children c4e53a39395a
rev   line source
al@19812 1 # SliTaz package receipt v2.
rcx@3623 2
rcx@3623 3 PACKAGE="lxmenu-data"
al@19693 4 VERSION="0.1.5"
rcx@3623 5 CATEGORY="x-window"
al@17992 6 SHORT_DESC="LXDE freedesktop.org menu specification"
rcx@3623 7 MAINTAINER="rcx@zoominternet.net"
pascal@15379 8 LICENSE="GPL2"
al@19693 9 WEB_SITE="http://lxde.org/"
pankso@16252 10 HOST_ARCH="i486 arm"
rcx@3623 11
al@19693 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19693 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19693 14
al@19693 15 BUILD_DEPENDS="gettext intltool"
al@19812 16 BUILD_DEPENDS_arm=" "
pascal@15379 17
rcx@3623 18 # Rules to configure and make the package.
rcx@3623 19 compile_rules()
rcx@3623 20 {
al@19812 21 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html
rcx@3623 22 ./configure \
rcx@3623 23 --sysconfdir=/etc \
rcx@3623 24 $CONFIGURE_ARGS &&
al@19693 25 make && make install
rcx@3623 26 }
rcx@3623 27
rcx@3623 28 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3623 29 genpkg_rules()
rcx@3623 30 {
al@19812 31 copy @std
al@19812 32 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
al@19812 33 TAGS="LXDE"
rcx@3623 34 }