mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/librhtv: Updated for version 2.2.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6bfeb2c9d
commit
d1f109aa8c
2 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for <librhtv>
|
||||
|
||||
# Copyright 2019, Zhu Qun-Ying
|
||||
# Copyright 2019-2022, Zhu Qun-Ying
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=librhtv
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-2.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -72,9 +72,8 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
rpm2cpio < $CWD/$PRGNAM-$VERSION-1.fc28.src.rpm | cpio -imdv
|
||||
|
||||
tar xvf tvision-$VERSION.tar.gz
|
||||
tar xvf $CWD/rhtvision-$VERSION.src.tar.gz
|
||||
cd tvision
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -114,10 +113,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
cp -a doc/*.txt doc/*.html readme.txt examples $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION/examples -name ".cvsignore" | xargs rm
|
||||
|
||||
rm -f $PKG/usr/lib*/*.la
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="librhtv"
|
||||
VERSION="2.2.2"
|
||||
VERSION="2.2.3"
|
||||
HOMEPAGE="http://tvision.sourceforge.net/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/tvision/files/UNIX/2.2.2%20git%20b73f59a%20Fedora%2028/librhtv-2.2.2-1.fc28.src.rpm"
|
||||
MD5SUM="b8db7947e156a2ce3551a33af0ac9805"
|
||||
DOWNLOAD="https://github.com/set-soft/tvision/releases/download/v2.2.3/rhtvision-2.2.3.src.tar.gz"
|
||||
MD5SUM="9bf2fb3a5c0c25bf7387f8107ab45aaa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue