wok-next view lxmenu-data/receipt @ rev 19693
Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 21 14:48:05 2017 +0300 (2017-04-21) |
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 }