5b0c6f024c
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
485 B
Makefile
15 lines
485 B
Makefile
################################################################################
|
|
#
|
|
# xapp_rgb -- uncompile an rgb color-name database
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_RGB_VERSION = 1.0.1
|
|
XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.bz2
|
|
XAPP_RGB_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_RGB_LICENSE = MIT
|
|
XAPP_RGB_LICENSE_FILES = COPYING
|
|
XAPP_RGB_DEPENDENCIES = xproto_xproto
|
|
|
|
$(eval $(autotools-package))
|