expat: rebuild and remove long_desc.

This commit is contained in:
Juan RP
2013-02-06 16:38:49 +01:00
parent 9b5e2f61e9
commit 8804298da6
3 changed files with 1 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# Template file for 'expat'
pkgname=expat
version=2.1.0
revision=2
revision=3
build_style=gnu-configure
subpackages="xmlwf expat-devel"
short_desc="XML parser library written in C"
@@ -10,7 +10,3 @@ license="MIT"
homepage="http://expat.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
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."