toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfr
[openadk.git] / package / font-bitstream-type1 / Makefile
blob4672b24635eaf3cdabcae4a3d80e812f67de1e27
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 $(TOPDIR)/rules.mk
6 PKG_NAME:= font-bitstream-type1
7 PKG_VERSION:= 1.0.1
8 PKG_RELEASE:= 1
9 PKG_MD5SUM:= 08722299c09753a5540a0752ec5b5fc7
10 PKG_DESCR:= X fonts
11 PKG_SECTION:= x11
12 PKG_URL:= http://www.x.org/
13 PKG_SITES:= ${MASTER_SITE_XORG}
15 include $(TOPDIR)/mk/package.mk
17 $(eval $(call PKG_template,FONT_BITSTREAM_TYPE1,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
19 post-install:
20 $(INSTALL_DIR) $(IDIR_FONT_BITSTREAM_TYPE1)/usr/share/fonts/X11/Type1
21 $(CP) ${WRKINST}/usr/share/fonts/X11/Type1/* \
22 $(IDIR_FONT_BITSTREAM_TYPE1)/usr/share/fonts/X11/Type1
24 include ${TOPDIR}/mk/pkg-bottom.mk