wok-next diff rpcsvc-proto/receipt @ rev 21521

updated bleachbit (2.0 -> 4.0.0)
author Hans-G?nter Theisgen
date Fri Jun 19 13:23:49 2020 +0100 (2020-06-19)
parents f48456621a9d
children
line diff
     1.1 --- a/rpcsvc-proto/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/rpcsvc-proto/receipt	Fri Jun 19 13:23:49 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="rpcsvc-proto"
     1.7 -VERSION="1.3.1"
     1.8 +VERSION="1.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="rpcsvc protocol definitions from glibc"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,16 +11,15 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/thkukuk/rpcsvc-proto/archive/v$VERSION/$TARBALL"
    1.16 +TARBALL_SHA1="6eb7e338f913a26832524033ec518e1cd06b80c4"
    1.17  
    1.18  BUILD_DEPENDS="automake"
    1.19  
    1.20 +COPY_std="@std @dev"
    1.21 +
    1.22  compile_rules() {
    1.23  	autoreconf -fi &&
    1.24  	./configure $CONFIGURE_ARGS &&
    1.25  	make &&
    1.26  	make install
    1.27  }
    1.28 -
    1.29 -genpkg_rules() {
    1.30 -	copy @std @dev
    1.31 -}