wok-next view lxmenu-data/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents c9e270dd464f
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="lxmenu-data"
4 VERSION="0.1.5"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE freedesktop.org menu specification"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://lxde.org/"
10 CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu"
11 TAGS="LXDE"
12 HOST_ARCH="i486 arm"
14 TARBALL="$PACKAGE-$VERSION.tar.xz"
15 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
17 BUILD_DEPENDS="gettext intltool"
18 BUILD_DEPENDS_arm=""
20 case $ARCH in
21 arm*) BUILD_DEPENDS=$BUILD_DEPENDS_arm;;
22 esac
24 # Rules to configure and make the package.
25 compile_rules()
26 {
27 ./configure \
28 --sysconfdir=/etc \
29 $CONFIGURE_ARGS &&
30 make && make install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 cook_copy_folders etc usr
37 }