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

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents f48456621a9d
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://lxde.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@21020 15 BUILD_DEPENDS="gettext-dev intltool"
pascal@15379 16
al@20534 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@21017 19 make &&
al@21017 20 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 }