wok annotate lxmenu-data/receipt @ rev 21334
updated libvpx and libvpx-dev (1.3.0 -> 1.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 19 16:12:39 2019 +0100 (2019-04-19) |
parents | 44c7f1417384 |
children | f785404cbaa7 |
rev | line source |
---|---|
rcx@3623 | 1 # SliTaz package receipt. |
rcx@3623 | 2 |
rcx@3623 | 3 PACKAGE="lxmenu-data" |
devl547@19602 | 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@17988 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
rcx@3623 | 10 WEB_SITE="http://www.lxde.org/" |
rcx@3623 | 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
rcx@3623 | 12 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" |
al@17992 | 13 TAGS="LXDE" |
pankso@16252 | 14 HOST_ARCH="i486 arm" |
rcx@3623 | 15 |
pascal@20892 | 16 [ "$ARCH" = "i486" ] && BUILD_DEPENDS="gettext intltool" |
pascal@15379 | 17 |
rcx@3623 | 18 # Rules to configure and make the package. |
rcx@3623 | 19 compile_rules() |
rcx@3623 | 20 { |
rcx@3623 | 21 ./configure \ |
rcx@3623 | 22 --prefix=/usr \ |
rcx@3623 | 23 --sysconfdir=/etc \ |
rcx@3623 | 24 $CONFIGURE_ARGS && |
rcx@3623 | 25 make && |
pascal@15379 | 26 make DESTDIR=$DESTDIR install |
rcx@3623 | 27 } |
rcx@3623 | 28 |
rcx@3623 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3623 | 30 genpkg_rules() |
rcx@3623 | 31 { |
rcx@3623 | 32 mkdir -p $fs |
pascal@15379 | 33 cp -a $install/usr $fs |
pascal@15379 | 34 cp -a $install/etc $fs |
rcx@3623 | 35 } |