1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= b9f172527fb78f1d02859f0e24675bfc0152ea589abab733a80a1256f6e91e69
10 PKG_DESCR
:= font converter utility
11 PKG_BUILDDEP
:= libXfont
12 PKG_SECTION
:= x11
/fonts
13 PKG_SITES
:= http
://www.x.org
/releases
/individual
/app
/
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,BDFTOPCF
,bdftopcf
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 $(INSTALL_DIR
) $(IDIR_BDFTOPCF
)/usr
/bin
23 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/bdftopcf \
24 $(IDIR_BDFTOPCF
)/usr
/bin
26 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk