serenity/Ports/libiconv/package.sh
EWouters 411277e5d0 Ports/libiconv: Update libiconv to version 1.17
This also removes the patch that stubbed out `getprogname()` as it is no
longer needed.
2022-06-08 11:40:31 +01:00

10 lines
430 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='libiconv'
version='1.17'
files="https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz libiconv-${version}.tar.gz 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
auth_type='sha256'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=("build-aux/config.sub" "libcharset/build-aux/config.sub")
configopts=("--enable-shared" "--disable-nls")