quotatool.mk 553 B

1234567891011121314151617
  1. ################################################################################
  2. #
  3. # quotatool
  4. #
  5. ################################################################################
  6. QUOTATOOL_VERSION = 1.6.2
  7. QUOTATOOL_SITE = http://quotatool.ekenberg.se
  8. QUOTATOOL_LICENSE = GPL-2.0
  9. QUOTATOOL_LICENSE_FILES = COPYING
  10. # men="" allows to disable installing the man pages, which fails
  11. # because the package Makefile doesn't create the appropriate
  12. # directory.
  13. QUOTATOOL_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install men=""
  14. $(eval $(autotools-package))