mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Christian Stewart <christian@aperture.us> Tested-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
399 B
Makefile
15 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# catatonit
|
|
#
|
|
################################################################################
|
|
|
|
CATATONIT_VERSION = 0.2.1
|
|
CATATONIT_SITE = $(call github,openSUSE,catatonit,v$(CATATONIT_VERSION))
|
|
CATATONIT_LICENSE = GPL-2.0+
|
|
CATATONIT_LICENSE_FILES = COPYING
|
|
|
|
CATATONIT_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|