2008-10-04 04:29:49 +00:00
|
|
|
# Template file for 'expat'
|
|
|
|
pkgname=expat
|
2012-03-28 12:19:19 +00:00
|
|
|
version=2.1.0
|
2012-11-22 13:26:07 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-11-22 13:26:07 +00:00
|
|
|
subpackages="xmlwf expat-devel"
|
2008-09-28 05:18:38 +00:00
|
|
|
short_desc="XML parser library written in C"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-28 12:19:19 +00:00
|
|
|
license="MIT"
|
2012-11-22 13:26:07 +00:00
|
|
|
homepage="http://expat.sourceforge.net/"
|
|
|
|
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
2012-03-28 12:19:19 +00:00
|
|
|
checksum=823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
|
2008-09-28 05:18:38 +00:00
|
|
|
long_desc="
|
|
|
|
This is James Clark's expat XML parser library in C. It is a stream
|
|
|
|
oriented parser that requires setting handlers to deal with the
|
|
|
|
structure that the parser discovers in the document."
|