python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / tinyxml2 / template
blobe0ddf3063023442f95043d77c77ca4e79a7a3244
1 # Template file for 'tinyxml2'
2 pkgname=tinyxml2
3 version=6.2.0
4 revision=1
5 build_style=cmake
6 short_desc="Simple, small and efficient C++ XML parser"
7 maintainer="maxice8 <thinkabit.ukim@gmail.com>"
8 license="Zlib"
9 homepage="http://www.grinninglizard.com/tinyxml2/index.html"
10 distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
11 checksum=cdf0c2179ae7a7931dba52463741cf59024198bbf9673bf08415bcb46344110f
13 tinyxml2-devel_package() {
14         depends="tinyxml2-${version}_${revision}"
15         short_desc+=" - development files"
16         pkg_install() {
17                 vmove usr/include
18                 vmove usr/lib/pkgconfig
19                 vmove usr/lib/cmake
20                 vmove "usr/lib/*.so"
21         }