f2c2f25cef
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
524 B
Makefile
16 lines
524 B
Makefile
################################################################################
|
|
#
|
|
# xapp_bdftopcf
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_BDFTOPCF_VERSION = 1.0.3
|
|
XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
|
|
XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_BDFTOPCF_LICENSE = MIT
|
|
XAPP_BDFTOPCF_LICENSE_FILES = COPYING
|
|
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|