libxml++: update to 2.36.0.

This commit is contained in:
Juan RP 2012-11-05 10:15:01 +01:00
parent 4135b7c171
commit e74008654b
2 changed files with 15 additions and 19 deletions

View file

@ -1,18 +1,14 @@
# Template file for 'libxml++-devel'. # Template file for 'libxml++-devel'.
# #
depends="libxml++" noarch=yes
depends="libxml2-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install() vmove usr/include usr
{ vmove usr/lib/pkgconfig usr/lib
mkdir -p ${DESTDIR}/usr/lib/libxml++-2.6 vmove usr/lib/libxml++-2.6/include usr/lib/libxml++-2.6
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,13 +1,14 @@
# Template build file for 'libxml++'. # Template build file for 'libxml++'.
pkgname=libxml++ pkgname=libxml++
version=2.34.1 version=2.36.0
distfiles="${GNOME_SITE}/$pkgname/2.34/$pkgname-$version.tar.bz2" revision=1
build_style=gnu-configure build_style=gnu-configure
revision=2
makedepends="pkg-config libsigc++-devel libxml2-devel glib-devel glibmm-devel"
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=664f3636c425554bf5e7d1b60253244e2d723899be8a971fc54332148bfce040 homepage="http://libxmlplusplus.sourceforge.net/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/${pkgname}/2.36/${pkgname}-${version}.tar.xz"
checksum=bfdf327bf9ebd12946b7aa6a152045f209d5c9fecd06ebfcdf9b3e7c1af6e2e1
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
@ -19,10 +20,9 @@ long_desc="
available, with existing HTTP and FTP modules and combined to an available, with existing HTTP and FTP modules and combined to an
URI library." URI library."
subpackages="$pkgname-devel" subpackages="${pkgname}-devel"
makedepends="pkg-config libsigc++-devel libxml2-devel glib-devel glibmm-devel"
pre_install() {
pre_install()
{
sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile sed -i -e 's/install-data-am: install-data-local install-dist_referenceDATA/install-data-am: /' Makefile
} }