1*b809eb9dSBrad BishopDESCRIPTION = "The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used"
2*b809eb9dSBrad BishopHOMEPAGE = "https://github.com/gflags/gflags"
3*b809eb9dSBrad BishopLICENSE = "BSD-3-Clause"
4*b809eb9dSBrad BishopLIC_FILES_CHKSUM = "file://COPYING.txt;md5=c80d1a3b623f72bb85a4c75b556551df"
5*b809eb9dSBrad Bishop
6*b809eb9dSBrad BishopSRC_URI = "git://github.com/gflags/gflags.git"
7*b809eb9dSBrad BishopSRCREV = "e171aa2d15ed9eb17054558e0b3a6a413bb01067"
8*b809eb9dSBrad Bishop
9*b809eb9dSBrad BishopS = "${WORKDIR}/git"
10*b809eb9dSBrad Bishop
11*b809eb9dSBrad Bishopinherit cmake
12*b809eb9dSBrad Bishop
13*b809eb9dSBrad BishopEXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTALL_DIR=${baselib}"
14*b809eb9dSBrad Bishop
15*b809eb9dSBrad BishopPACKAGES =+ "${PN}-bash-completion"
16*b809eb9dSBrad BishopFILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh"
17*b809eb9dSBrad Bishop
18*b809eb9dSBrad BishopRDEPENDS_${PN}-bash-completion = "bash bash-completion"
19*b809eb9dSBrad Bishop
20*b809eb9dSBrad BishopBBCLASSEXTEND = "native nativesdk"
21