wok-next diff protobuf/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0294c4c2dd54
children
line diff
     1.1 --- a/protobuf/receipt	Sun May 27 20:12:22 2018 +0300
     1.2 +++ b/protobuf/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="3.5.1"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="Protocol Buffers - Google's data interchange format"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="https://developers.google.com/protocol-buffers/"
    1.11  
    1.12 @@ -12,17 +12,17 @@
    1.13  WGET_URL="https://github.com/google/protobuf/archive/v$VERSION.tar.gz"
    1.14  
    1.15  BUILD_DEPENDS="curl automake libtool zlib-dev python-dev"
    1.16 -SPLIT="protobuf-python protobuf-dev"
    1.17 +SPLIT="$PACKAGE-python $PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./autogen.sh &&
    1.21  	./configure $CONFIGURE_ARGS &&
    1.22  	fix libtool &&
    1.23  	make &&
    1.24 -	make install || exit 1
    1.25 +	make install || return 1
    1.26  
    1.27  	cd $src/python
    1.28 -	python setup.py install --prefix=/usr --root $DESTDIR
    1.29 +	python -B setup.py install --prefix=/usr --root=$install
    1.30  }
    1.31  
    1.32  genpkg_rules() {