Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | SUMMARY = "Google Authenticator PAM module" |
| 2 | HOME_PAGE = "https://github.com/google/google-authenticator-libpam" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | |
| 6 | SRC_URI = "git://github.com/google/google-authenticator-libpam.git" |
| 7 | SRCREV = "7365ed10d54393fb4c100cac063ae8edb744eac6" |
| 8 | |
| 9 | DEPENDS = "libpam" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit autotools distro_features_check |
| 14 | |
| 15 | REQUIRED_DISTRO_FEATURES = "pam" |
| 16 | |
| 17 | PACKAGES += "pam-google-authenticator" |
| 18 | FILES_pam-google-authenticator = "${libdir}/security/pam_google_authenticator.so" |
| 19 | |
| 20 | RDEPNEDS_pam-google-authenticator = "libpam" |