diff --git a/programming/misc/libxmlpp/actions.py b/programming/misc/libxmlpp/actions.py new file mode 100644 index 0000000000..04d0ceab5e --- /dev/null +++ b/programming/misc/libxmlpp/actions.py @@ -0,0 +1,30 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "libxml++-%s" % get.srcVERSION() + +def setup(): + autotools.configure("--disable-static \ + --disable-examples \ + --enable-dependency-tracking") + + # for fix unused dependency + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dohtml("docs/reference/html/*") + + pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README*") + #pisitools.removeDir("/usr/share/doc/libxml++-2.6") diff --git a/programming/misc/libxmlpp/pspec.xml b/programming/misc/libxmlpp/pspec.xml new file mode 100644 index 0000000000..d031727945 --- /dev/null +++ b/programming/misc/libxmlpp/pspec.xml @@ -0,0 +1,84 @@ + + + + + libxmlpp + http://libxmlplusplus.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + C++ wrapper for the libxml2 XML parser library + libxml++ is a C++ wrapper for the libxml XML parser library. + http://ftp.acc.umu.se/pub/GNOME/sources/libxml++/2.38/libxml++-2.38.1.tar.xz + + glibmm-devel + libsigc++-devel + libxml2-devel + + + + + libxmlpp + + libgcc + libxml2 + glibmm + + + + /usr/lib + /usr/share/doc + + + + + libxmlpp-devel + Development files for libxmlpp + + libxmlpp + glibmm-devel + libxml2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/libxml++-2.6 + + + + + libxmlpp-docs + Development documents for libxmlpp in HTML + + /usr/share/doc/libxmlpp/html + /usr/share/devhelp + + + + + + 2015-05-21 + 2.38.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-10-29 + 2.37.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2011-03-16 + 2.33.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/programming/misc/libxmlpp/translations.xml b/programming/misc/libxmlpp/translations.xml new file mode 100644 index 0000000000..771c862398 --- /dev/null +++ b/programming/misc/libxmlpp/translations.xml @@ -0,0 +1,19 @@ + + + + libxmlpp2 + libxml XML kütüphanesi için bir C++ arabirimi + libxml XML kütüphanesi için bir C++ arabirimi + enrobage en C++ de la librairie d'analyse XML libxml. + + + + libxmlpp-devel + libxmlpp için geliştirme dosyaları + + + + libxmlpp-docs + libxmlpp için HTML formatında geliştirme belgeleri + +