summaryrefslogtreecommitdiff
path: root/package/font-bh-lucidatypewriter-75dpi/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-22 21:28:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-22 21:28:32 +0100
commit86377354a6e83baa3a1ec0e94a2a7646815dd5e1 (patch)
tree56be904a765d8e2e7b2c97d549a30cc88ac449a0 /package/font-bh-lucidatypewriter-75dpi/Makefile
parent4fcf795a0ca755d90b22ce2daf165fcf31545b8f (diff)
and a lot of more fonts
Diffstat (limited to 'package/font-bh-lucidatypewriter-75dpi/Makefile')
-rw-r--r--package/font-bh-lucidatypewriter-75dpi/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/font-bh-lucidatypewriter-75dpi/Makefile b/package/font-bh-lucidatypewriter-75dpi/Makefile
new file mode 100644
index 000000000..76e23c0e7
--- /dev/null
+++ b/package/font-bh-lucidatypewriter-75dpi/Makefile
@@ -0,0 +1,28 @@
+# 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-bh-lucidatypewriter-75dpi
+PKG_VERSION:= 1.0.1
+PKG_RELEASE:= 1
+PKG_MD5SUM:= f36b68aabef2d57258131ce6136c6f50
+PKG_DESCR:= X fonts
+PKG_SECTION:= x11
+PKG_URL:= http://www.x.org/
+PKG_SITES:= ${MASTER_SITE_XORG}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,FONT_BH_LUCIDATYPEWRITER_75DPI,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_STYLE:= gnu
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_FONT_BH_LUCIDATYPEWRITER_75DPI)/usr/share/fonts/X11/75dpi
+ $(CP) ${WRKINST}/usr/share/fonts/X11/75dpi/* \
+ $(IDIR_FONT_BH_LUCIDATYPEWRITER_75DPI)/usr/share/fonts/X11/75dpi
+
+include ${TOPDIR}/mk/pkg-bottom.mk