wok view menu-cache/receipt @ rev 20234

Up Dropbear (2018.76) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 13:05:36 2018 +0100 (2018-03-05)
parents c9e270dd464f
children 8f42e5ca1910
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 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE"
13 HOST_ARCH="i486 arm"
15 DEPENDS="glib glibc-base libffi libfm libgio pcre zlib" # slitaz-menus ?
16 BUILD_DEPENDS="gtk-doc libtool libfm-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --prefix=/usr \
23 --sysconfdir=/etc \
24 --libexecdir=/usr/lib \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 cp -a $install/usr/lib/menu-cache $fs/usr/lib
35 }