libiconv: update to 1.14
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
###########################################################
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=libiconv
|
||||
version=1.12
|
||||
pkgver=1
|
||||
version=1.14
|
||||
pkgver=2
|
||||
source[0]=$topdir-$version.tar.gz
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
@@ -18,6 +18,7 @@ source[0]=$topdir-$version.tar.gz
|
||||
# Global settings
|
||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||
configure_args+=(--enable-extra-encodings)
|
||||
gnu_link iconv
|
||||
|
||||
reg prep
|
||||
prep()
|
||||
@@ -37,6 +38,14 @@ install()
|
||||
generic_install DESTDIR
|
||||
doc NOTES ChangeLog DESIGN NEWS COPYING AUTHORS README COPYING.LIB
|
||||
${__rm} -f ${stagedir}${prefix}/${_libdir}/charset.alias
|
||||
|
||||
# Sadly configure ignores --program-prefix, so we have to fix this manually
|
||||
${__mv} ${stagedir}${prefix}/${_bindir}/iconv ${stagedir}${prefix}/${_bindir}/${gnu_prefix}iconv
|
||||
${__mv} ${stagedir}${prefix}/${_mandir}/man1/iconv.1 ${stagedir}/${prefix}/${_mandir}/man1/giconv.1
|
||||
|
||||
# Compatible with previous package
|
||||
compat libiconv 1.12 1 1
|
||||
compat libiconv 1.14 1 1
|
||||
}
|
||||
|
||||
reg pack
|
||||
|
||||
Reference in New Issue
Block a user