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

gnome-mplayer: up (1.0.8)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 21:22:54 2018 +0300 (2018-03-30)
parents c4e53a39395a
children a3c581bf52b8
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/"
al@20534 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxmenu-data.html"
rcx@3623 11
al@19693 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19693 13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
al@19693 14
al@20534 15 BUILD_DEPENDS_arm=" "
al@19693 16 BUILD_DEPENDS="gettext intltool"
pascal@15379 17
al@20534 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@19693 20 make && make install
rcx@3623 21 }
rcx@3623 22
al@20534 23 genpkg_rules() {
al@19812 24 copy @std
al@19812 25 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
al@19812 26 TAGS="LXDE"
rcx@3623 27 }