mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
18 lines
580 B
Makefile
18 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# quotatool
|
|
#
|
|
################################################################################
|
|
|
|
QUOTATOOL_VERSION = 1.6.4
|
|
QUOTATOOL_SITE = $(call github,ekenberg,quotatool,v$(QUOTATOOL_VERSION))
|
|
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))
|