]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/quotatool/quotatool.mk
quotatool: new package
[coffee/buildroot.git] / package / quotatool / quotatool.mk
1 ################################################################################
2 #
3 # quotatool
4 #
5 ################################################################################
6
7 QUOTATOOL_VERSION = 1.6.2
8 QUOTATOOL_SITE = http://quotatool.ekenberg.se
9 QUOTATOOL_LICENSE = GPL-2.0
10 QUOTATOOL_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.
15 QUOTATOOL_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install men=""
16
17 $(eval $(autotools-package))