d8901ece6f
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
524 B
Makefile
16 lines
524 B
Makefile
################################################################################
|
|
#
|
|
# xapp_bdftopcf
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_BDFTOPCF_VERSION = 1.0.4
|
|
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))
|