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
|
|
|
|
homepage="http://expat.sourceforge.net/"
|
2008-12-15 06:27:38 +00:00
|
|
|
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
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"
|
|
|
|
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."
|
2008-10-20 14:34:27 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|