LIB ezxml
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "LIB_ezxml" DISPLAYNAME "ezxml.library"
- ## DATE "14.07.2012"
- ## DESCRIPTION "ezXML is a C library for parsing XML documents.*N*NIt's easy to use and ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight.*N*NWritten by Aaron Voisine, MorphOS port by Filip 'widelec' Maryjañski"
- ## APPTYPE "LIBRARY"
- ## APPAUTHOR "Filip 'widelec' Maryjañski <widelec@morphos.pl>"
- ## APPWEBPAGE "http://ezxml.sourceforge.net/"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://morphos-files.net/download/ezxml.library"
- ## URLWEBPAGE "http://morphos-files.net/find.php?n&find=ezxml.library&e"
- ## URLPATTERN "class=*"vr*">{VERSION}.{REVISION}<"
- ## ARCHIVESIZE 56232
- ## INSTALLCHECK "SYS:Libs/ezxml.library"
- ## INSTALL
{STANDARDEXTRACT}
Copy "{TEMPDIR}ezxml.library/Libs/ezxml.library" "SYS:Libs/"
- ## INSTALL END
- ## UNINSTALL
Delete FORCE "SYS:Libs/ezxml.library"
- ## UNINSTALL END
- ## ITEM END