blob: 7b63c01316c89bfe33cd49f20883873cbe7aef35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
################################################################################
#
# 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))
|