wok-6.x diff xerces-c/receipt @ rev 17108
qps: s/-O2/-Os/g
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Sep 01 17:36:26 2014 +0200 (2014-09-01) |
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 Sep 01 17:36:26 2014 +0200 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 }