mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libfsext: Updated for version 20220829.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2de9308e4b
commit
b04b93dbc4
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libfsext
|
||||
#
|
||||
# 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: v20220319 May 2022
|
||||
# Updated for version: v20220829 July 2023
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libfsext
|
||||
VERSION=${VERSION:-20220319}
|
||||
VERSION=${VERSION:-20220829}
|
||||
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 COPYING 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="libfsext"
|
||||
VERSION="20220319"
|
||||
VERSION="20220829"
|
||||
HOMEPAGE="https://github.com/libyal/libfsext"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libfsext-experimental-20220319.tar.gz"
|
||||
MD5SUM="e0b7dd300909d0de11aeb3d6ec32a607"
|
||||
DOWNLOAD="https://linuxleo.com/Source/libfsext-experimental-20220829.tar.gz"
|
||||
MD5SUM="ccc86b81c9f40130c99b57bbc6e030f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue