wok-current diff menu-cache/receipt @ rev 16832
Up: menu-cache (0.5.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 12 15:05:49 2014 +0300 (2014-07-12) |
parents | a002e9484225 |
children | 44cb6517e19a |
line diff
1.1 --- a/menu-cache/receipt Fri Apr 04 00:27:13 2014 +0200 1.2 +++ b/menu-cache/receipt Sat Jul 12 15:05:49 2014 +0300 1.3 @@ -1,26 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="menu-cache" 1.7 -VERSION="0.3.2" 1.8 +VERSION="0.5.1" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Standard compliant menu library used by LXDE." 1.11 +SHORT_DESC="Library used to read freedesktop.org menus" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://github.com/lxde/menu-cache" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://lxde.sourceforge.net/" 1.17 -WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.18 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" 1.19 HOST_ARCH="i486 arm" 1.20 1.21 -DEPENDS="glibc-base glib libgio slitaz-menus" 1.22 -BUILD_DEPENDS="glib-dev libgio-dev" 1.23 +DEPENDS="glib glibc-base libffi libgio pcre zlib" # slitaz-menus ? 1.24 +BUILD_DEPENDS="wget cacerts automake gtk-doc libtool" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 + ./autogen.sh && 1.30 ./configure \ 1.31 --prefix=/usr \ 1.32 - --libexecdir=/usr/lib/menu-cache \ 1.33 --sysconfdir=/etc \ 1.34 + --libexecdir=/usr/lib \ 1.35 $CONFIGURE_ARGS && 1.36 make && make install 1.37 }