wok-next diff xmlrpc-c/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 | fc0a0ab57dc4 |
children |
line diff
1.1 --- a/xmlrpc-c/receipt Wed Oct 18 03:15:00 2017 +0300 1.2 +++ b/xmlrpc-c/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 BUILD_DEPENDS="automake texinfo curl-dev libxml2-dev" 1.7 -SPLIT="xmlrpc-c-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 compile_rules() { 1.11 # this file appeared later (with this content), but is absent when it required 1.12 @@ -25,8 +25,8 @@ 1.13 --disable-wininet-client \ 1.14 --enable-cplusplus \ 1.15 $CONFIGURE_ARGS && 1.16 - make -j 1 && 1.17 - make DESTDIR=$DESTDIR install 1.18 + make -j1 && 1.19 + make DESTDIR=$install install 1.20 } 1.21 1.22 genpkg_rules() {