summaryrefslogtreecommitdiff
path: root/package/mkfontdir
diff options
context:
space:
mode:
Diffstat (limited to 'package/mkfontdir')
-rw-r--r--package/mkfontdir/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/package/mkfontdir/Makefile b/package/mkfontdir/Makefile
new file mode 100644
index 000000000..76bbf52c5
--- /dev/null
+++ b/package/mkfontdir/Makefile
@@ -0,0 +1,23 @@
+# 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:= mkfontdir
+PKG_VERSION:= 1.0.6
+PKG_RELEASE:= 1
+PKG_MD5SUM:= d13d01127f88eb50f5c6c3d47ae585e5
+PKG_DESCR:= font utility
+PKG_SECTION:= x11/apps
+PKG_SITES:= http://www.x.org/releases/X11R7.6/src/everything/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,MKFONTDIR,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_MKFONTDIR)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/mkfontdir \
+ $(IDIR_MKFONTDIR)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk