libiconv: update to 1.14

This commit is contained in:
Tom G. Christensen 2013-11-07 22:27:28 +01:00
parent 69b0785096
commit 8229439b49
3 changed files with 19 additions and 2 deletions

View File

@ -6,8 +6,8 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=libiconv topdir=libiconv
version=1.12 version=1.14
pkgver=1 pkgver=2
source[0]=$topdir-$version.tar.gz source[0]=$topdir-$version.tar.gz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -18,6 +18,7 @@ source[0]=$topdir-$version.tar.gz
# Global settings # Global settings
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args+=(--enable-extra-encodings) configure_args+=(--enable-extra-encodings)
gnu_link iconv
reg prep reg prep
prep() prep()
@ -37,6 +38,14 @@ install()
generic_install DESTDIR generic_install DESTDIR
doc NOTES ChangeLog DESIGN NEWS COPYING AUTHORS README COPYING.LIB doc NOTES ChangeLog DESIGN NEWS COPYING AUTHORS README COPYING.LIB
${__rm} -f ${stagedir}${prefix}/${_libdir}/charset.alias ${__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 reg pack

7
libiconv/meta/ChangeLog Normal file
View File

@ -0,0 +1,7 @@
CHANGELOG
---------
* Thu Nov 07 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.14-2
- Rebuild
* Mon Mar 25 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.14-1
- Update to 1.14 and create gnu link

View File

@ -8,6 +8,7 @@ pkgver="$pkgver"
files(-,root,bin) files(-,root,bin)
default_docs default_docs
$_bindir $_bindir
$_gnudir
$_libdir/libiconv.so.2* $_libdir/libiconv.so.2*
$_libdir/libcharset.so.* $_libdir/libcharset.so.*
$_libdir/preloadable_libiconv.so $_libdir/preloadable_libiconv.so