From 524e197706b173f418ca448ff73e13ece0d62276 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 19 Aug 2017 14:35:23 -0400 Subject: misc/fbcat: Updated for version 0.5. Signed-off-by: B. Watson --- misc/fbcat/fbcat.SlackBuild | 5 +++-- misc/fbcat/fbcat.info | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'misc/fbcat') diff --git a/misc/fbcat/fbcat.SlackBuild b/misc/fbcat/fbcat.SlackBuild index cfe83e6b3f..71e85be643 100644 --- a/misc/fbcat/fbcat.SlackBuild +++ b/misc/fbcat/fbcat.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=fbcat -VERSION=${VERSION:-0.4.4} +VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,8 @@ gzip -9c < doc/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz gzip -9c < doc/fbgrab.1 > $PKG/usr/man/man1/fbgrab.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING doc/changelog doc/tested.txt $PKG/usr/doc/$PRGNAM-$VERSION +[ -e COPYING ] && C="COPYING" || C="doc/COPYING" +cp -a $C doc/changelog doc/tested.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/fbcat/fbcat.info b/misc/fbcat/fbcat.info index ce3d559300..ed71012979 100644 --- a/misc/fbcat/fbcat.info +++ b/misc/fbcat/fbcat.info @@ -1,8 +1,8 @@ PRGNAM="fbcat" -VERSION="0.4.4" +VERSION="0.5" HOMEPAGE="http://jwilk.net/software/fbcat" -DOWNLOAD="https://github.com/jwilk/fbcat/releases/download/0.4.4/fbcat-0.4.4.tar.gz" -MD5SUM="8be223b178f53d36a3dfa65fde25a6b0" +DOWNLOAD="https://github.com/jwilk/fbcat/releases/download/0.5/fbcat-0.5.tar.gz" +MD5SUM="2d3752ab3c13640fd4d887a805c9dc05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3