summaryrefslogtreecommitdiff
path: root/package/mkfontscale
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:58:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:58:22 +0100
commit16d7827ef1aec4aab89033ed1d47ca82fa3a3ba7 (patch)
tree58aa1de2e28db09b34bec8a5ae5ac2eb3ec78b34 /package/mkfontscale
parent0a96e4538fe6552dd75aa939b249030f4cdfd77f (diff)
add new packages mkfontdir and mkfontscale
Diffstat (limited to 'package/mkfontscale')
-rw-r--r--package/mkfontscale/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/mkfontscale/Makefile b/package/mkfontscale/Makefile
new file mode 100644
index 000000000..c62bf8dcc
--- /dev/null
+++ b/package/mkfontscale/Makefile
@@ -0,0 +1,24 @@
+# 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:= mkfontscale
+PKG_VERSION:= 1.0.8
+PKG_RELEASE:= 1
+PKG_MD5SUM:= ae166427657f6f31183b2e4378231110
+PKG_DESCR:= font utility
+PKG_SECTION:= x11/apps
+PKG_BUILDDEP:= freetype libfontenc
+PKG_SITES:= http://www.x.org/releases/X11R7.6/src/everything/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,MKFONTSCALE,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_MKFONTSCALE)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/mkfontscale \
+ $(IDIR_MKFONTSCALE)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk