diff --git a/common/shlibs b/common/shlibs index b09b6c96d32..290704d11d0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1204,6 +1204,7 @@ libgranite.so.4 granite-0.5.0_1 libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1 librlog.so.5 librlog-1.4_1 libtinyxml.so.0 tinyxml-2.6.2_1 +libtinyxml2.so.6 tinyxml2-6.0.0_1 libbluray.so.2 libbluray-1.0.0_1 libnfs.so.11 libnfs-2.0.0_1 libzip.so.5 libzip-1.2_1 diff --git a/srcpkgs/tinyxml2-devel b/srcpkgs/tinyxml2-devel new file mode 120000 index 00000000000..f21efb9f2b1 --- /dev/null +++ b/srcpkgs/tinyxml2-devel @@ -0,0 +1 @@ +tinyxml2 \ No newline at end of file diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template new file mode 100644 index 00000000000..33438ffb74b --- /dev/null +++ b/srcpkgs/tinyxml2/template @@ -0,0 +1,22 @@ +# Template file for 'tinyxml2' +pkgname=tinyxml2 +version=6.0.0 +revision=1 +build_style=cmake +short_desc="Simple, small and efficient C++ XML parser" +maintainer="maxice8 " +license="Zlib" +homepage="http://www.grinninglizard.com/tinyxml2/index.html" +distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz" +checksum=9444ba6322267110b4aca61cbe37d5dcab040344b5c97d0b36c119aa61319b0f + +tinyxml2-devel_package() { + depends="tinyxml2-${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +} \ No newline at end of file