Added libxml++-2.32.0 build template.
This commit is contained in:
34
srcpkgs/libxml++/template
Normal file
34
srcpkgs/libxml++/template
Normal file
@@ -0,0 +1,34 @@
|
||||
# Template build file for 'libxml++'.
|
||||
pkgname=libxml++
|
||||
version=2.32.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="C++ bindings for libxml2"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=7989e285ca6fe63379121a2afea8dd4806abef6ecf1cb84f4fc4e9de18b43c25
|
||||
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"
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run libsigc++
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run glib
|
||||
Add_dependency run glibmm
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libsigc++-devel
|
||||
Add_dependency build libxml2-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build glibmm-devel
|
||||
Reference in New Issue
Block a user