wok-next diff libsearpc/receipt @ rev 21468

updated tcpreplay (4.2.6 -> 4.3.2)
author Hans-G?nter Theisgen
date Wed May 13 06:25:58 2020 +0100 (2020-05-13)
parents 5841522533ec
children
line diff
     1.1 --- a/libsearpc/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libsearpc/receipt	Wed May 13 06:25:58 2020 +0100
     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 &&