ebdcda5756bd32d5cc2ab756c880348b3ec2ff11
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xapp_bdftopcf / xapp_bdftopcf.mk
1 ################################################################################
2 #
3 # xapp_bdftopcf
4 #
5 ################################################################################
6
7 XAPP_BDFTOPCF_VERSION = 1.0.5
8 XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
9 XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
10 XAPP_BDFTOPCF_LICENSE = MIT
11 XAPP_BDFTOPCF_LICENSE_FILES = COPYING
12 XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
13
14 # needed for linking against libXfont
15 XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
16
17 $(eval $(autotools-package))
18 $(eval $(host-autotools-package))