New package: tinyxml2-6.0.0.

Closes: #13143 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
maxice8 2018-04-01 11:42:09 -03:00 committed by Jürgen Buchmüller
parent c08e1ee77b
commit 24d7927b6b
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
3 changed files with 24 additions and 0 deletions

View File

@ -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

1
srcpkgs/tinyxml2-devel Symbolic link
View File

@ -0,0 +1 @@
tinyxml2

22
srcpkgs/tinyxml2/template Normal file
View File

@ -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 <thinkabit.ukim@gmail.com>"
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"
}
}