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 mkdir -p ${DESTDIR}/usr/lib/libxml++-2.6
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libxml++-2.6/include \ mv ${SRCPKGDESTDIR}/usr/lib/libxml++-2.6/include \
${DESTDIR}/usr/lib/libxml++-2.6 ${DESTDIR}/usr/lib/libxml++-2.6

View File

@ -1,11 +1,11 @@
# Template build file for 'libxml++'. # Template build file for 'libxml++'.
pkgname=libxml++ pkgname=libxml++
version=2.32.0 version=2.34.1
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="C++ bindings for libxml2" short_desc="C++ bindings for libxml2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=7989e285ca6fe63379121a2afea8dd4806abef6ecf1cb84f4fc4e9de18b43c25 checksum=664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040
long_desc=" long_desc="
This library allows to manipulate XML files. It includes support This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs 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 libxml2-devel
Add_dependency build glib-devel Add_dependency build glib-devel
Add_dependency build glibmm-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
}