gtkperf: add license information

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-06-24 16:15:24 -03:00 committed by Peter Korsgaard
parent d5b7d145c8
commit 479ea160da
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@ 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))