2008-10-04 06:29:49 +02:00
|
|
|
# Template file for 'expat'
|
|
|
|
pkgname=expat
|
|
|
|
version=2.0.1
|
2008-12-15 07:27:38 +01:00
|
|
|
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
2008-09-28 07:18:38 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="XML parser library written in C"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2008-10-20 16:34:27 +02:00
|
|
|
checksum=847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93
|
2008-09-28 07:18:38 +02: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 16:34:27 +02:00
|
|
|
|
2009-02-25 06:15:20 +01:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency full glibc
|