summaryrefslogtreecommitdiffstats
path: root/package/quotatool/quotatool.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/quotatool/quotatool.mk')
-rw-r--r--package/quotatool/quotatool.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/quotatool/quotatool.mk b/package/quotatool/quotatool.mk
new file mode 100644
index 0000000000..7b63c01316
--- /dev/null
+++ b/package/quotatool/quotatool.mk
@@ -0,0 +1,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))
OpenPOWER on IntegriCloud