15515ed0cd
- 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>
15 lines
399 B
Makefile
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))
|