wok-next diff libsearpc/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 5841522533ec
children
line diff
     1.1 --- a/libsearpc/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libsearpc/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,16 +4,16 @@
     1.4  VERSION="3.0.2"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="A simple and easy-to-use C language RPC framework"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="https://github.com/haiwen/libsearpc/"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 -WGET_URL="https://github.com/haiwen/$PACKAGE/archive/v${VERSION}.tar.gz"
    1.14 +WGET_URL="https://github.com/haiwen/$PACKAGE/archive/v$VERSION.tar.gz"
    1.15  
    1.16  BUILD_DEPENDS="wget python-dev glib-dev jansson-dev python-simplejson \
    1.17  automake libtool"
    1.18 -SPLIT="libsearpc-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20  
    1.21  compile_rules() {
    1.22  	./autogen.sh &&