libraries/libcec: Updated for version 4.0.3

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2018-11-20 14:01:40 -08:00 committed by Willy Sudiarto Raharjo
parent 3f98d28174
commit 89461f4269
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for libcec
# Copyright 2011-2017 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2011-2018 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=libcec
VERSION=${VERSION:-4.0.2}
VERSION=${VERSION:-4.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,7 +93,7 @@ install -D -m 0644 debian/cec-client.1 $PKG/usr/man/man1/cec-client.1
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING README.md debian/changelog.in $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="libcec"
VERSION="4.0.2"
VERSION="4.0.3"
HOMEPAGE="http://libcec.pulse-eight.com/"
DOWNLOAD="https://github.com/Pulse-Eight/libcec/archive/libcec-4.0.2/libcec-libcec-4.0.2.tar.gz"
MD5SUM="47892140fbda566f6a6f944b52eb44fd"
DOWNLOAD="https://github.com/Pulse-Eight/libcec/archive/libcec-4.0.3/libcec-libcec-4.0.3.tar.gz"
MD5SUM="37671243f29241ca070c8c795b265b19"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lockdev platform"
REQUIRES="platform"
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"