mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 06:13:02 +02:00
This is needed for the bleeding edge klish + klish-plugin-sysrepo, which the next couple of commits will add. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
18 lines
510 B
Makefile
18 lines
510 B
Makefile
################################################################################
|
|
#
|
|
# faux
|
|
#
|
|
################################################################################
|
|
|
|
FAUX_VERSION = 99c9cf7b95d8e2955519e2bec5ddb021eeda2d55
|
|
FAUX_SITE = https://github.com/kernelkit/faux.git
|
|
#FAUX_VERSION = tags/2.1.0
|
|
#FAUX_SITE = https://src.libcode.org/pkun/faux.git
|
|
FAUX_SITE_METHOD = git
|
|
FAUX_LICENSE = BSD-3
|
|
FAUX_LICENSE_FILES = LICENCE
|
|
FAUX_INSTALL_STAGING = YES
|
|
FAUX_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|