wok-next annotate lxmenu-data/receipt @ rev 21349
build efl with meson
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 09 16:25:22 2020 +0100 (2020-04-09) |
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 } |