wok-next diff apr/receipt @ rev 21127

Update xarchiver (0.5.4.14), xcursorgen (1.0.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 18 11:29:09 2019 +0200 (2019-01-18)
parents e19ff076dc63
children 7923eafc703e
line diff
     1.1 --- a/apr/receipt	Mon Dec 31 17:23:40 2018 +0200
     1.2 +++ b/apr/receipt	Fri Jan 18 11:29:09 2019 +0200
     1.3 @@ -11,12 +11,19 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="https://archive.apache.org/dist/apr/$TARBALL"
     1.7 +TARBALL_SHA1="6fdedcd21de9da806d0a01769b8be7ba0c495145"
     1.8  
     1.9  BUILD_DEPENDS="util-linux-uuid-dev"
    1.10  SPLIT="$PACKAGE-dev"
    1.11  
    1.12  COOKOPTS="skip-log-errors force-arch" # different apr-1-config, .h, .pc, .mk, libtool
    1.13  
    1.14 +COPY_std="*.so*"
    1.15 +COPY_dev="@dev build/ *.exp"
    1.16 +
    1.17 +DEPENDS_std="util-linux-uuid"
    1.18 +DEPENDS_dev="$PACKAGE util-linux-uuid-dev"
    1.19 +
    1.20  compile_rules() {
    1.21  	# should define prefix
    1.22  	./configure \
    1.23 @@ -30,16 +37,3 @@
    1.24  	make &&
    1.25  	make install
    1.26  }
    1.27 -
    1.28 -genpkg_rules() {
    1.29 -	case $PACKAGE in
    1.30 -		apr)
    1.31 -			copy *.so*
    1.32 -			DEPENDS="util-linux-uuid"
    1.33 -			;;
    1.34 -		apr-dev)
    1.35 -			copy @dev build/ *.exp
    1.36 -			DEPENDS="apr util-linux-uuid-dev"
    1.37 -			;;
    1.38 -	esac
    1.39 -}