kumquat-buildroot/package/catatonit/catatonit.mk
Fabrice Fontaine 15515ed0cd package/catatonit: bump to version 0.2.0
- Drop first patch (already in version)
- Update second patch
- License changed to GPL-2.0+:
  fe191ef859

https://github.com/openSUSE/catatonit/releases/tag/v0.2.0
https://github.com/openSUSE/catatonit/compare/v0.1.7...v0.2.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-12-30 18:52:37 +01:00

15 lines
399 B
Makefile

################################################################################
#
# catatonit
#
################################################################################
CATATONIT_VERSION = 0.2.0
CATATONIT_SITE = $(call github,openSUSE,catatonit,v$(CATATONIT_VERSION))
CATATONIT_LICENSE = GPL-2.0+
CATATONIT_LICENSE_FILES = COPYING
CATATONIT_AUTORECONF = YES
$(eval $(autotools-package))