new package: add package 'libiconv'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:18:41 +01:00
parent 813e5abed8
commit 8da278efb4
2 changed files with 23 additions and 0 deletions

7
packages/devel/libiconv/build Executable file
View File

@ -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

View File

@ -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"