Added libxml++-2.32.0 build template.
This commit is contained in:
parent
f8de69f37b
commit
c004fc8af0
5 changed files with 57 additions and 0 deletions
1
srcpkgs/libxml++-devel
Symbolic link
1
srcpkgs/libxml++-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libxml++
|
2
srcpkgs/libxml++/depends
Normal file
2
srcpkgs/libxml++/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=2.32.0"
|
||||||
|
api_depends="${abi_depends}"
|
19
srcpkgs/libxml++/libxml++-devel.template
Normal file
19
srcpkgs/libxml++/libxml++-devel.template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'libxml++-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libxml++
|
||||||
|
|
||||||
|
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/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/libxml++-2.6/include \
|
||||||
|
${DESTDIR}/usr/lib/libxml++-2.6
|
||||||
|
}
|
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
|
|
@ -670,3 +670,4 @@ libgarcon-1.so garcon garcon-devel
|
||||||
libxfce4ui-1.so libxfce4ui libxfce4ui-devel
|
libxfce4ui-1.so libxfce4ui libxfce4ui-devel
|
||||||
libxfce4kbd-private-2.so libxfce4ui libxfce4ui-devel
|
libxfce4kbd-private-2.so libxfce4ui libxfce4ui-devel
|
||||||
libntfs.so.10 ntfsprogs ntfsprogs-devel
|
libntfs.so.10 ntfsprogs ntfsprogs-devel
|
||||||
|
libxml++-2.6.so libxml++ libxml++-devel
|
||||||
|
|
Loading…
Reference in a new issue