From 51349801fd8a0d0dc295e8aa6e83c3379e2c8e7f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 16 Nov 2010 21:26:51 +0100 Subject: [PATCH] encodings: add metafile support, thanks to cowbalt Signed-off-by: Stephan Raue --- packages/x11/font/encodings/build | 2 -- packages/x11/font/encodings/meta | 14 ++++++++++++++ packages/x11/font/encodings/url | 1 - 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 packages/x11/font/encodings/meta delete mode 100644 packages/x11/font/encodings/url diff --git a/packages/x11/font/encodings/build b/packages/x11/font/encodings/build index c4f658d81c..bc41317461 100755 --- a/packages/x11/font/encodings/build +++ b/packages/x11/font/encodings/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/x11/font/encodings/meta b/packages/x11/font/encodings/meta new file mode 100644 index 0000000000..aa2e82cfef --- /dev/null +++ b/packages/x11/font/encodings/meta @@ -0,0 +1,14 @@ +PKG_NAME="encodings" +PKG_VERSION="1.0.4" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.X.org" +PKG_URL="http://xorg.freedesktop.org/archive/individual/font/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="x11/font" +PKG_SHORTDESC="encodings: X font encodings" +PKG_LONGDESC="X font encoding meta files." +PKG_IS_ADDON="no" diff --git a/packages/x11/font/encodings/url b/packages/x11/font/encodings/url deleted file mode 100644 index da5ab9872d..0000000000 --- a/packages/x11/font/encodings/url +++ /dev/null @@ -1 +0,0 @@ -http://xorg.freedesktop.org/archive/individual/font/encodings-1.0.4.tar.bz2 \ No newline at end of file