Browse Source
libraries/libvsgpt: Updated for version 20221029.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/206/head
Barry J. Grundy
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
7 deletions
-
libraries/libvsgpt/libvsgpt.SlackBuild
-
libraries/libvsgpt/libvsgpt.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for libvsgpt |
|
|
|
|
|
|
|
# Copyright 2019-2022 Barry J. Grundy (bgrundy<at>linuxleo.com) |
|
|
|
# Copyright 2019-2023 Barry J. Grundy (bgrundy<at>linuxleo.com) |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -22,12 +22,12 @@ |
|
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
# Initial version: v20211115 May 2022 |
|
|
|
# Updated for version 20221029 July 2023 |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=libvsgpt |
|
|
|
VERSION=${VERSION:-20211115} |
|
|
|
VERSION=${VERSION:-20221029} |
|
|
|
STATUS=${STATUS:-experimental} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
@ -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="libvsgpt" |
|
|
|
VERSION="20211115" |
|
|
|
VERSION="20221029" |
|
|
|
HOMEPAGE="https://github.com/libyal/libvsgpt" |
|
|
|
DOWNLOAD="https://linuxleo.com/Source/libvsgpt-experimental-20211115.tar.gz" |
|
|
|
MD5SUM="1e8907dde3588ba06fba0557fd9275cb" |
|
|
|
DOWNLOAD="https://linuxleo.com/Source/libvsgpt-experimental-20221029.tar.gz" |
|
|
|
MD5SUM="0b10d643ee80741b71303b934d3e1255" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|