17 lines
600 B
Text
17 lines
600 B
Text
# Template file for 'expat'
|
|
pkgname=expat
|
|
version=2.1.0
|
|
homepage="http://expat.sourceforge.net/"
|
|
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
revision=1
|
|
short_desc="XML parser library written in C"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
checksum=823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|