libxml++: update to 2.34.1.

This commit is contained in:
Juan RP 2011-05-05 11:39:02 +02:00
parent 1d9a491f82
commit ea15d40372
2 changed files with 9 additions and 5 deletions

View file

@ -11,8 +11,7 @@ do_install()
{
mkdir -p ${DESTDIR}/usr/lib/libxml++-2.6
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libxml++-2.6/include \
${DESTDIR}/usr/lib/libxml++-2.6

View file

@ -1,11 +1,11 @@
# Template build file for 'libxml++'.
pkgname=libxml++
version=2.32.0
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
version=2.34.1
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="C++ bindings for libxml2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7989e285ca6fe63379121a2afea8dd4806abef6ecf1cb84f4fc4e9de18b43c25
checksum=664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040
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
@ -32,3 +32,8 @@ Add_dependency build libsigc++-devel
Add_dependency build libxml2-devel
Add_dependency build glib-devel
Add_dependency build glibmm-devel
pre_install()
{
sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile
}