diff --git a/common/shlibs b/common/shlibs index a3cf19c4faf..efa081b683e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1628,3 +1628,4 @@ libsmm-local.so.3 libopensc-0.13.0_2 libSDL2_ttf-2.0.so.0 SDL2_ttf-2.0.12_1 librtlsdr.so.0 librtlsdr-0.5.3_1 libSDL2_mixer-2.0.so.0 SDL2_mixer-2.0.0_1 +libnxml.so.0 libnxml-0.18.3_1 diff --git a/srcpkgs/libnxml-devel b/srcpkgs/libnxml-devel new file mode 120000 index 00000000000..abe05745073 --- /dev/null +++ b/srcpkgs/libnxml-devel @@ -0,0 +1 @@ +libnxml \ No newline at end of file diff --git a/srcpkgs/libnxml/template b/srcpkgs/libnxml/template new file mode 100644 index 00000000000..09c4822bd85 --- /dev/null +++ b/srcpkgs/libnxml/template @@ -0,0 +1,22 @@ +# Template file for 'libnxml' +pkgname=libnxml +version=0.18.3 +revision=1 +build_style=gnu-configure +short_desc="A C library for parsing, writing and creating XML" +maintainer="Enno Boland " +license="LGPL-2" +homepage="http://www.libssh.org/" +makedepends="libcurl-devel" +distfiles="http://www.autistici.org/bakunin/$pkgname/${pkgname}-${version}.tar.gz" +checksum="0f9460e3ba16b347001caf6843f0050f5482e36ebcb307f709259fd6575aa547" + +libnxml-devel_package() { + depends="${sourcepkg}>=${version}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.so" + vmove usr/lib/pkgconfig + } +}