d852a10ddd
Added all upstream hashes, added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
488 B
Makefile
15 lines
488 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xfontsel
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XFONTSEL_VERSION = 1.0.6
|
|
XAPP_XFONTSEL_SOURCE = xfontsel-$(XAPP_XFONTSEL_VERSION).tar.bz2
|
|
XAPP_XFONTSEL_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XFONTSEL_LICENSE = MIT
|
|
XAPP_XFONTSEL_LICENSE_FILES = COPYING
|
|
XAPP_XFONTSEL_DEPENDENCIES = xlib_libXaw
|
|
|
|
$(eval $(autotools-package))
|