mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libevtx: Updated for version 20221101.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9e395f29c
commit
a2be7f6bd8
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libevtx
|
||||
#
|
||||
# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2023 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,13 +22,13 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated v20210525 May 2022
|
||||
# Updated for version 20221101 July 2023
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libevtx
|
||||
STATUS=${STATUS:-alpha}
|
||||
VERSION=${VERSION:-20210525}
|
||||
VERSION=${VERSION:-20221101}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -101,7 +101,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar AUTHORS ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
rm -f $PKG/usr/lib*/*.la
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libevtx"
|
||||
VERSION="20210525"
|
||||
VERSION="20221101"
|
||||
HOMEPAGE="https://github.com/libyal/libevtx"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libevtx-alpha-20210525.tar.gz"
|
||||
MD5SUM="3cd341b75936cf49d97e767d160c1d38"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libevtx-alpha-20221101.tar.gz"
|
||||
MD5SUM="2e074139362ed29fac89803b9edab1cf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue