mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
added leafpad
This commit is contained in:
7
package/leafpad/Config.in
Normal file
7
package/leafpad/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LEAFPAD
|
||||
bool "leafpad"
|
||||
default n
|
||||
help
|
||||
GTK+ based simple text editor
|
||||
|
||||
http://savannah.nongnu.org/download/leafpad
|
||||
16
package/leafpad/leafpad.mk
Normal file
16
package/leafpad/leafpad.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
#############################################################
|
||||
#
|
||||
# leafpad
|
||||
#
|
||||
#############################################################
|
||||
LEAFPAD_VERSION = 0.8.14
|
||||
LEAFPAD_SOURCE = leafpad-$(LEAFPAD_VERSION).tar.gz
|
||||
LEAFPAD_SITE = http://savannah.nongnu.org/download/leafpad
|
||||
LEAFPAD_AUTORECONF = NO
|
||||
LEAFPAD_INSTALL_STAGING = NO
|
||||
LEAFPAD_INSTALL_TARGET = YES
|
||||
|
||||
LEAFPAD_DEPENDENCIES = uclibc libgtk2
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,leafpad))
|
||||
|
||||
Reference in New Issue
Block a user