libraries/enca: Updated for version 1.16.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2015-01-20 17:49:27 +07:00 committed by Willy Sudiarto Raharjo
parent 0b5c14a9b6
commit cf9a1d0336
3 changed files with 9 additions and 8 deletions

View file

@ -4,4 +4,5 @@ you to recode files without knowing their current encoding. It supports
most of Central and East European languages, and a few Unicode variants,
independently on language.
recode is an optional dependency.
Optional dependencies: recode, perl-Cstools, perl-Unicode-Map and
perl-Unicode-Map8

View file

@ -2,7 +2,7 @@
# Slackware build script for enca
# Copyright 2010-2013 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2010-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=enca
VERSION=${VERSION:-1.15}
VERSION=${VERSION:-1.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="enca"
VERSION="1.15"
HOMEPAGE="http://gitorious.org/enca"
DOWNLOAD="http://dl.cihar.com/enca/enca-1.15.tar.bz2"
MD5SUM="fef132969d26e649719eae08297a4a52"
VERSION="1.16"
HOMEPAGE="http://cihar.com/software/enca/"
DOWNLOAD="http://dl.cihar.com/enca/enca-1.16.tar.gz"
MD5SUM="e58367cd0499d750d00c475abedaa57d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""