wok annotate lxmenu-data/receipt @ rev 17435
Up: minitube (2.3.1)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Dec 07 16:24:42 2014 +0100 (2014-12-07) |
parents | 2a5cc8208d36 |
children | c73f683146cf |
rev | line source |
---|---|
rcx@3623 | 1 # SliTaz package receipt. |
rcx@3623 | 2 |
rcx@3623 | 3 PACKAGE="lxmenu-data" |
devl547@11277 | 4 VERSION="0.1.2" |
rcx@3623 | 5 CATEGORY="x-window" |
rcx@3623 | 6 SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE." |
rcx@3623 | 7 MAINTAINER="rcx@zoominternet.net" |
pascal@15379 | 8 LICENSE="GPL2" |
rcx@3623 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
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" |
pankso@16252 | 13 HOST_ARCH="i486 arm" |
rcx@3623 | 14 |
pankso@16252 | 15 [ "$ARCH" == "i486" ] && BUILD_DEPENDS="gettext intltool" |
pascal@15379 | 16 |
rcx@3623 | 17 # Rules to configure and make the package. |
rcx@3623 | 18 compile_rules() |
rcx@3623 | 19 { |
rcx@3623 | 20 ./configure \ |
rcx@3623 | 21 --prefix=/usr \ |
rcx@3623 | 22 --sysconfdir=/etc \ |
rcx@3623 | 23 $CONFIGURE_ARGS && |
rcx@3623 | 24 make && |
pascal@15379 | 25 make DESTDIR=$DESTDIR install |
rcx@3623 | 26 } |
rcx@3623 | 27 |
rcx@3623 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3623 | 29 genpkg_rules() |
rcx@3623 | 30 { |
rcx@3623 | 31 mkdir -p $fs |
pascal@15379 | 32 cp -a $install/usr $fs |
pascal@15379 | 33 cp -a $install/etc $fs |
rcx@3623 | 34 } |