wok diff xerces-c/receipt @ rev 20152
Up miniupnp (2.0.20171212), fix get-rar url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 18 11:31:21 2017 +0100 (2017-12-18) |
parents | b7319995b37e |
children | 16dea996b9a3 |
line diff
1.1 --- a/xerces-c/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/xerces-c/receipt Mon Dec 18 11:31:21 2017 +0100 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A validating XML parser written in a portable subset of C++." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" 1.8 +LICENSE="Apache" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://xerces.apache.org/xerces-c" 1.11 WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL" 1.12 1.13 +DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -24,7 +26,6 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.23 - 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 + cp -a $install/usr/bin $fs/usr 1.27 }