diff options
Diffstat (limited to 'package/font-bitstream-100dpi/Makefile')
-rw-r--r-- | package/font-bitstream-100dpi/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/font-bitstream-100dpi/Makefile b/package/font-bitstream-100dpi/Makefile new file mode 100644 index 000000000..56869767b --- /dev/null +++ b/package/font-bitstream-100dpi/Makefile @@ -0,0 +1,26 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(TOPDIR)/rules.mk + +PKG_NAME:= font-bitstream-100dpi +PKG_VERSION:= 1.0.1 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 823c3c2a1a2307bdca5961145e3db37d +PKG_DESCR:= X fonts +PKG_SECTION:= x11 +PKG_URL:= http://www.x.org/ +PKG_SITES:= ${MASTER_SITE_XORG} + +PKG_HOST_DEPENDS:= !netbsd !openbsd !cygwin !freebsd !mirbsd + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,FONT_BITSTREAM_100DPI,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_FONT_BITSTREAM_100DPI)/usr/share/fonts/X11/100dpi + $(CP) ${WRKINST}/usr/share/fonts/X11/100dpi/* \ + $(IDIR_FONT_BITSTREAM_100DPI)/usr/share/fonts/X11/100dpi + +include ${TOPDIR}/mk/pkg-bottom.mk |