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:
parent
c08e1ee77b
commit
24d7927b6b
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
tinyxml2
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue