2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xapp_bdftopcf -- X.Org bdftopcf application
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
XAPP_BDFTOPCF_VERSION = 1.0.0
|
|
|
|
XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
|
|
|
|
XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
|
|
XAPP_BDFTOPCF_AUTORECONF = YES
|
2007-08-23 13:49:50 +02:00
|
|
|
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2007-09-29 11:58:13 +02:00
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xapp_bdftopcf))
|