wok-next view menu-cache/receipt @ rev 19779

Deprecate libgio, use glib instead.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 16 15:39:43 2017 +0300 (2017-06-16)
parents 4048d48a47c1
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="menu-cache"
4 VERSION="1.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE implementation of the freedesktop Menu's cache"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/lxde/menu-cache"
10 TAGS="LXDE"
11 HOST_ARCH="i486 arm"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
16 DEPENDS="glib libfm-extra"
17 BUILD_DEPENDS="glib-dev libfm-extra-dev gtk-doc"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --disable-static \
24 --enable-gtk-doc \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_files *.so*
33 cook_copy_folders libexec
34 }