mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package: add package 'libiconv'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
813e5abed8
commit
8da278efb4
7
packages/devel/libiconv/build
Executable file
7
packages/devel/libiconv/build
Executable 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
|
16
packages/devel/libiconv/meta
Normal file
16
packages/devel/libiconv/meta
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user