2010-11-11 01:13:59 +00:00
|
|
|
# Template build file for 'libxml++'.
|
|
|
|
pkgname=libxml++
|
2011-05-05 09:39:02 +00:00
|
|
|
version=2.34.1
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 06:14:33 +00:00
|
|
|
revision=2
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config libsigc++-devel libxml2-devel glib-devel glibmm-devel"
|
2010-11-11 01:13:59 +00:00
|
|
|
short_desc="C++ bindings for libxml2"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-05 09:39:02 +00:00
|
|
|
checksum=664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040
|
2010-11-11 01:13:59 +00:00
|
|
|
long_desc="
|
|
|
|
This library allows to manipulate XML files. It includes support
|
|
|
|
to read, modify and write XML and HTML files. There is DTDs support
|
|
|
|
this includes parsing and validation even with complex DtDs, either
|
|
|
|
at parse time or later once the document has been modified. The output
|
|
|
|
can be a simple SAX stream or and in-memory DOM like representations.
|
|
|
|
In this case one can use the built-in XPath and XPointer implementation
|
|
|
|
to select subnodes or ranges. A flexible Input/Output mechanism is
|
|
|
|
available, with existing HTTP and FTP modules and combined to an
|
|
|
|
URI library."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
2011-05-05 09:39:02 +00:00
|
|
|
|
|
|
|
pre_install()
|
|
|
|
{
|
|
|
|
sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile
|
|
|
|
}
|