diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/libfontenc |
Initial import
Diffstat (limited to 'package/libfontenc')
-rw-r--r-- | package/libfontenc/Config.in | 8 | ||||
-rw-r--r-- | package/libfontenc/Makefile | 26 | ||||
-rw-r--r-- | package/libfontenc/ipkg/libfontenc.control | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/package/libfontenc/Config.in b/package/libfontenc/Config.in new file mode 100644 index 000000000..1cf91edba --- /dev/null +++ b/package/libfontenc/Config.in @@ -0,0 +1,8 @@ +config ADK_PACKAGE_LIBFONTENC + prompt "libfontenc.............................. X font encoding library" + tristate + select ADK_PACKAGE_XPROTO + select ADK_PACKAGE_ZLIB + default n + help + http://www.x.org diff --git a/package/libfontenc/Makefile b/package/libfontenc/Makefile new file mode 100644 index 000000000..0a750a3ad --- /dev/null +++ b/package/libfontenc/Makefile @@ -0,0 +1,26 @@ +# $Id$ +#- +# 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:= libfontenc +PKG_VERSION:= 1.0.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= b7bb0887b702ab03251fd9fc361d0c58 +MASTER_SITES:= ${MASTER_SITE_XORG} + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBFONTENC,libfontenc,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) + +CONFIGURE_STYLE= gnu +BUILD_STYLE= auto +INSTALL_STYLE= auto confprog + +post-install: + ${INSTALL_DIR} ${IDIR_LIBFONTENC}/usr/lib + ${CP} ${WRKINST}/usr/lib/libfontenc.so* ${IDIR_LIBFONTENC}/usr/lib/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libfontenc/ipkg/libfontenc.control b/package/libfontenc/ipkg/libfontenc.control new file mode 100644 index 000000000..0a0db7a57 --- /dev/null +++ b/package/libfontenc/ipkg/libfontenc.control @@ -0,0 +1,4 @@ +Package: libfontenc +Priority: optional +Section: x11 +Description: X.org library |