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

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 4688f12eea68
children 757d032c55c7
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/"
rcx@3623 10
al@19693 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19693 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19693 13
al@19693 14 BUILD_DEPENDS="gettext intltool"
al@19812 15 BUILD_DEPENDS_arm=" "
pascal@15379 16
rcx@3623 17 # Rules to configure and make the package.
rcx@3623 18 compile_rules()
rcx@3623 19 {
al@19812 20 # http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html
rcx@3623 21 ./configure \
rcx@3623 22 --sysconfdir=/etc \
rcx@3623 23 $CONFIGURE_ARGS &&
al@19693 24 make && make install
rcx@3623 25 }
rcx@3623 26
rcx@3623 27 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3623 28 genpkg_rules()
rcx@3623 29 {
al@19812 30 copy @std
al@19812 31 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
al@19812 32 TAGS="LXDE"
rcx@3623 33 }