b0b9606530
The recommended form is without the trailing slash. Buildroot will add a slash between FOO_SITE and FOO_SOURCE as appropriate. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
399 B
Makefile
13 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# hicolor-icon-theme
|
|
#
|
|
################################################################################
|
|
|
|
HICOLOR_ICON_THEME_VERSION = 0.13
|
|
HICOLOR_ICON_THEME_SITE = http://icon-theme.freedesktop.org/releases
|
|
HICOLOR_ICON_THEME_LICENSE = GPLv2
|
|
HICOLOR_ICON_THEME_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|