libraries/libfvde: Updated for version 20220125.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2022-05-20 00:58:40 +01:00 committed by Willy Sudiarto Raharjo
parent 6073e677f6
commit b032cad558
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 12 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libfvde
# Copyright 2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
# Copyright 2016-2022 Barry J. Grundy (bgrundy<at>linuxleo.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,14 +21,15 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated version 20190104, March 2019
#
# Updated version 20220125, May 2022
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libfvde
VERSION=${VERSION:-20190104}
BUILD=${BUILD:-2}
VERSION=${VERSION:-20220125}
STATUS=${STATUS:-experimental}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -72,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
tar xvf $CWD/"$PRGNAM"-"$STATUS"-"$VERSION".tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -90,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu89" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
--enable-python \
--enable-python3 \
--build=$ARCH-slackware-linux
make
@ -100,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 ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar ABOUT-NLS AUTHORS 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

View file

@ -1,8 +1,8 @@
PRGNAM="libfvde"
VERSION="20190104"
VERSION="20220125"
HOMEPAGE="https://github.com/libyal/libfvde"
DOWNLOAD="http://deb.debian.org/debian/pool/main/libf/libfvde/libfvde_20190104.orig.tar.gz"
MD5SUM="ffa4c35f14a3b4c1977fe7825bf0bdef"
DOWNLOAD="https://linuxleo.com/Source/libfvde-experimental-20220125.tar.gz"
MD5SUM="ec968c1e3ebf74ecb6bca89695cbacba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""