a0e98e1bd6
--HG-- extra : convert_revision : a3abb1517fd6688dae1d0069a35310247f3d59c1
16 lines
570 B
Text
16 lines
570 B
Text
# Template file for 'expat'
|
|
pkgname=expat
|
|
version=2.0.1
|
|
revision=1
|
|
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="XML parser library written in C"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93
|
|
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"
|
|
Add_dependency run glibc
|