gflags: update to 2.2.1.

This commit is contained in:
Michael Gehring 2017-07-30 09:56:43 +00:00
parent 9a85e51bf5
commit 2a61531691
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gflags'
pkgname=gflags
version=2.1.2
revision=2
version=2.2.1
revision=1
build_style=cmake
configure_args=" -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON"
short_desc="A C++ library that implements commandline flags processing"
@ -9,12 +9,13 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="3-clause-BSD"
homepage="http://gflags.github.io/gflags"
distfiles="https://github.com/gflags/gflags/archive/v${version}.tar.gz"
checksum=d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662
checksum=ae27cdbcd6a2f935baa78e4f21f675649271634c092b1be01469440495609d0e
post_install() {
vlicense COPYING.txt
vdoc ChangeLog.txt
vdoc README.md
rm -r ${DESTDIR}/tmp
}
gflags-devel_package() {
@ -23,6 +24,7 @@ gflags-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}