wok-next annotate lxmenu-data/receipt @ rev 20324
linux-libre-api-headers: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 12 00:47:34 2017 +0100 (2017-11-12) |
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 } |