diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 20:04:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 20:04:39 +0100 |
commit | 6901993922da7eaa5253316f295f71b3b0e5db27 (patch) | |
tree | 3ccf4b7ea1c12c41dbf5db6cc8c334838b37ce70 /package/font-xfree86-type1 | |
parent | c0f6e4154eaf2c670af68522ac4e3b64beb8b130 (diff) |
add some font packages
Diffstat (limited to 'package/font-xfree86-type1')
-rw-r--r-- | package/font-xfree86-type1/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/font-xfree86-type1/Makefile b/package/font-xfree86-type1/Makefile new file mode 100644 index 000000000..a2960a494 --- /dev/null +++ b/package/font-xfree86-type1/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-xfree86-type1 +PKG_VERSION:= 1.0.2 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 785f2b6e8d6d0dafec08b8d4c54ae2e3 +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_XFREE86_TYPE1,$(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_XFREE86_TYPE1)/usr/share/fonts/X11/Type1 + $(CP) ${WRKINST}/usr/share/fonts/X11/Type1/* \ + $(IDIR_FONT_XFREE86_TYPE1)/usr/share/fonts/X11/Type1 + +include ${TOPDIR}/mk/pkg-bottom.mk |