buildroot/package/quotatool/quotatool.mk
Peter Seiderer 4553fea647 quotatool: new package
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
[Thomas: as suggested by Romain Naour, use
QUOTATOOL_INSTALL_TARGET_OPTS to avoid installing man pages, as it
fails due to a bug in the upstream package Makefile]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-01 14:16:50 +02:00

18 lines
553 B
Makefile

################################################################################
#
# quotatool
#
################################################################################
QUOTATOOL_VERSION = 1.6.2
QUOTATOOL_SITE = http://quotatool.ekenberg.se
QUOTATOOL_LICENSE = GPL-2.0
QUOTATOOL_LICENSE_FILES = COPYING
# men="" allows to disable installing the man pages, which fails
# because the package Makefile doesn't create the appropriate
# directory.
QUOTATOOL_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install men=""
$(eval $(autotools-package))