more debug options for mac80211
[openadk.git] / package / font-bitstream-100dpi / Makefile
blobefb8e66a208f21262eca16024c3276a8a2bef655
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-100dpi
7 PKG_VERSION:= 1.0.1
8 PKG_RELEASE:= 1
9 PKG_MD5SUM:= 823c3c2a1a2307bdca5961145e3db37d
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_100DPI,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
19 post-install:
20 $(INSTALL_DIR) $(IDIR_FONT_BITSTREAM_100DPI)/usr/share/fonts/X11/100dpi
21 $(CP) ${WRKINST}/usr/share/fonts/X11/100dpi/* \
22 $(IDIR_FONT_BITSTREAM_100DPI)/usr/share/fonts/X11/100dpi
24 include ${TOPDIR}/mk/pkg-bottom.mk