libxml++: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 11:35:02 +01:00
parent cc06cf00d9
commit 123c24e218

View file

@ -1,38 +1,28 @@
# Template build file for 'libxml++'. # Template build file for 'libxml++'.
pkgname=libxml++ pkgname=libxml++
version=2.36.0 version=2.36.0
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config perl"
makedepends="libsigc++-devel libxml2-devel libglib-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>"
homepage="http://libxmlplusplus.sourceforge.net/" homepage="http://libxmlplusplus.sourceforge.net/"
license="LGPL-2.1" license="LGPL-2.1"
distfiles="${GNOME_SITE}/${pkgname}/2.36/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/2.36/${pkgname}-${version}.tar.xz"
checksum=bfdf327bf9ebd12946b7aa6a152045f209d5c9fecd06ebfcdf9b3e7c1af6e2e1 checksum=bfdf327bf9ebd12946b7aa6a152045f209d5c9fecd06ebfcdf9b3e7c1af6e2e1
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."
hostmakedepends="pkg-config"
makedepends="libsigc++-devel libxml2-devel libglib-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
} }
libxml++-devel_package() { libxml++-devel_package() {
depends="libxml2-devel ${sourcepkg}-${version}_${revision}" depends="libxml2-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/libxml++-2.6/include vmove usr/lib/libxml++-2.6/include
vmove "usr/lib/*.so"
} }
} }