Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/gtkperf/Config.in
Normal file
9
deprecated/firmware/buildroot/package/gtkperf/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_GTKPERF
|
||||
bool "gtkperf (performance test for GTK2)"
|
||||
depends on BR2_PACKAGE_LIBGTK2
|
||||
help
|
||||
GtkPerf is an application designed to test GTK+ performance.
|
||||
The point is to create common testing platform to run
|
||||
predefined GTK+ widgets
|
||||
e.g. (opening comboboxes, toggling buttons, scrolling text yms.)
|
||||
and this way define the speed of device/platform.
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b gtkperf_0.40.tar.gz
|
||||
14
deprecated/firmware/buildroot/package/gtkperf/gtkperf.mk
Normal file
14
deprecated/firmware/buildroot/package/gtkperf/gtkperf.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# gtkperf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GTKPERF_VERSION = 0.40
|
||||
GTKPERF_SOURCE = gtkperf_$(GTKPERF_VERSION).tar.gz
|
||||
GTKPERF_SITE = http://downloads.sourceforge.net/project/gtkperf/gtkperf/$(GTKPERF_VERSION)
|
||||
GTKPERF_DEPENDENCIES = libgtk2
|
||||
GTKPERF_LICENSE = GPLv2
|
||||
GTKPERF_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user