pamtester.mk 674 B

123456789101112131415161718
  1. ################################################################################
  2. #
  3. # pamtester
  4. #
  5. ################################################################################
  6. PAMTESTER_VERSION = 0.1.2
  7. PAMTESTER_SITE = https://download.sourceforge.net/project/pamtester/pamtester/$(PAMTESTER_VERSION)
  8. PAMTESTER_DEPENDENCIES = linux-pam
  9. PAMTESTER_LICENSE = BSD-3-Clause
  10. PAMTESTER_LICENSE_FILES = LICENSE
  11. # Obsolete constructs in the archaic configure.in generated an outworn
  12. # configure script that incorrectly searches a C++ compiler. Regenerate
  13. # the autoconf machinery to avoid failures without a C++ compiler.
  14. PAMTESTER_AUTORECONF = YES
  15. $(eval $(autotools-package))