kumquat-buildroot/package/x11r7/xapp_bdftopcf/xapp_bdftopcf.mk
Bernd Kuhls 525194a016 package/x11r7/xapp_bdftopcf: bump version to 1.0.5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-02-14 10:26:29 +01:00

19 lines
600 B
Makefile

################################################################################
#
# xapp_bdftopcf
#
################################################################################
XAPP_BDFTOPCF_VERSION = 1.0.5
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
# needed for linking against libXfont
XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
$(eval $(autotools-package))
$(eval $(host-autotools-package))