kumquat-buildroot/package/leafpad/leafpad.mk
Bernd Kuhls 34c2252e8c package/leafpad: bump version to 0.8.19
Changelog: https://github.com/tarot231/leafpad/blob/main/ChangeLog

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-06-18 13:28:39 +02:00

14 lines
395 B
Makefile

################################################################################
#
# leafpad
#
################################################################################
LEAFPAD_VERSION = 0.8.19
LEAFPAD_SITE = http://savannah.nongnu.org/download/leafpad
LEAFPAD_DEPENDENCIES = libgtk2 host-intltool
LEAFPAD_LICENSE = GPL-2.0+
LEAFPAD_LICENSE_FILES = COPYING
$(eval $(autotools-package))