wok-stable diff xalan-c/receipt @ rev 10772
Trying to make a tazdev-like receip with source from slitaz-dev-tools, in order to get yaff cooked properly
author | Babaorum |
---|---|
date | Tue May 31 21:49:58 2011 +0100 (2011-05-31) |
parents | 0e59484220c7 |
children |
line diff
1.1 --- a/xalan-c/receipt Tue May 24 13:48:58 2011 +0000 1.2 +++ b/xalan-c/receipt Tue May 31 21:49:58 2011 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="An XSLT processor for transforming XML documents into HTML, text, or other XML document types." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="glibc-base gcc-lib-base xerces-c libcurl libcrypto icu" 1.8 TARBALL="Xalan-C_r705082-src.tar.gz" 1.9 WEB_SITE="http://xalan.apache.org/" 1.10 # Need to use the patched r705082 version on Gentoo's mirrors 1.11 # Normal WGET_URL would be "http://www.apache.org/dist/xml/$PACKAGE/source/$TARBALL" 1.12 WGET_URL="http://www.gtlib.gatech.edu/pub/gentoo/distfiles/$TARBALL" 1.13 1.14 +DEPENDS="glibc-base gcc-lib-base xerces-c libcurl libcrypto icu" 1.15 +BUILD_DEPENDS="xerces-c-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {