Commit graph

7 commits

Author SHA1 Message Date
joerg
7d4985d4f5 DESTDIR support. 2009-02-16 13:59:42 +00:00
wiz
15c82cc52b Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:41:48 +00:00
wiz
92e4c1c9d7 Fix WRKSRC (hi rillig!). 2005-11-09 22:49:45 +00:00
rillig
2139106a6d Removed unnecessary definition for WRKSRC. 2005-11-05 17:24:15 +00:00
recht
ddce84c456 update to ezXML 0.8.5
patch provided by Marcin Jessa in PR 31429

changes:
- fixed ezxml_toxml() to not output siblings of tag being converted
- fixed a segfault when ezxml_set_attr() was used on a new root tag
- added ezxml_name() function macro
2005-10-01 18:19:58 +00:00
reed
ca4c22cb17 Use INSTALLATION_DIRS for lib and include also (in addition to
share/doc/ezxml). This fixes problem where it creates include
as a plain file.

Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
2005-08-29 20:39:37 +00:00
agc
3d547635d3 Import ezxml library, submitted in PR 30887 by Marcin Jessa.
ezXML is a C library for parsing XML documents inspired by simpleXML
	for PHP.  As the name implies, it's easy to use.  It's ideal for
	parsing XML configuration files or REST web service responses.  It's
	also fast and lightweight (less than 20k compiled).

	An example of how to use the ezXML library can be found in
	${PREFIX}/share/doc/ezxml
2005-08-01 00:25:04 +00:00