mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-27 21:12:12 +00:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
388 B
Makefile
14 lines
388 B
Makefile
################################################################################
|
|
#
|
|
# leafpad
|
|
#
|
|
################################################################################
|
|
|
|
LEAFPAD_VERSION = 0.8.18
|
|
LEAFPAD_SOURCE = leafpad-$(LEAFPAD_VERSION).tar.gz
|
|
LEAFPAD_SITE = http://savannah.nongnu.org/download/leafpad
|
|
LEAFPAD_DEPENDENCIES = libgtk2 host-intltool
|
|
|
|
$(eval $(autotools-package))
|
|
|