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