From 8da278efb416c93b80782405d390f323a5e3af64 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:18:41 +0100 Subject: [PATCH] new package: add package 'libiconv' Signed-off-by: Stephan Raue --- packages/devel/libiconv/build | 7 +++++++ packages/devel/libiconv/meta | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100755 packages/devel/libiconv/build create mode 100644 packages/devel/libiconv/meta diff --git a/packages/devel/libiconv/build b/packages/devel/libiconv/build new file mode 100755 index 0000000000..1f894eb4b4 --- /dev/null +++ b/packages/devel/libiconv/build @@ -0,0 +1,7 @@ +#!/bin/sh + +. config/options $1 + +cd $PKG_BUILD + mkdir -p $SYSROOT_PREFIX/usr/share/aclocal + cp srcm4/*.m4 $SYSROOT_PREFIX/usr/share/aclocal diff --git a/packages/devel/libiconv/meta b/packages/devel/libiconv/meta new file mode 100644 index 0000000000..573bc6c59e --- /dev/null +++ b/packages/devel/libiconv/meta @@ -0,0 +1,16 @@ +PKG_NAME="libiconv" +PKG_VERSION="1.13.1" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.gnu.org/software/libiconv/" +PKG_URL="http://ftp.gnu.org/pub/gnu/libiconv/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="optional" +PKG_SECTION="devel" +PKG_SHORTDESC="libiconv: Library converting between character encodings" +PKG_LONGDESC="This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. This library is a drop-in soution for systems lacking a iconv() implementation in the C library." +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"