wok-next diff menu-cache/receipt @ rev 20887
Check Repology info up to p* packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 13 17:30:55 2018 +0300 (2018-07-13) |
parents | 556349764d57 |
children | f48456621a9d |
line diff
1.1 --- a/menu-cache/receipt Tue Apr 17 00:06:41 2018 +0300 1.2 +++ b/menu-cache/receipt Fri Jul 13 17:30:55 2018 +0300 1.3 @@ -9,13 +9,17 @@ 1.4 WEB_SITE="https://github.com/lxde/menu-cache" 1.5 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/menu-cache.html" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.xz" 1.8 -WGET_URL="$SF_MIRROR/lxde/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.tar.gz" # (.xz from SF) 1.10 +#WGET_URL="$SF_MIRROR/lxde/$TARBALL" # SF download problems 1.11 +WGET_URL="https://github.com/lxde/menu-cache/archive/$VERSION.tar.gz" 1.12 1.13 -BUILD_DEPENDS="glib-dev libfm-extra-dev gtk-doc" 1.14 +BUILD_DEPENDS="automake gtk-doc libtool glib-dev libfm-extra-dev" 1.15 SPLIT="menu-cache-dev" 1.16 1.17 compile_rules() { 1.18 + # tarball from github.com requires this step 1.19 + [ -e "$src/configure" ] || ./autogen.sh 1.20 + 1.21 ./configure \ 1.22 --disable-static \ 1.23 --enable-gtk-doc \ 1.24 @@ -27,7 +31,7 @@ 1.25 1.26 genpkg_rules() { 1.27 case $PACKAGE in 1.28 - *-cache) 1.29 + menu-cache) 1.30 copy @std 1.31 DEPENDS="glib libfm-extra" 1.32 ;;