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

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
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 }