diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-25 07:56:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:36 +0700 |
commit | 18245d5ce9b483b0e57d2805554427f17e6afdee (patch) | |
tree | c21a3f5ca7fa5d238cb2c164be17e68a716b0eee /libraries/libvmdk | |
parent | 3871af76fcda5b75688b5a61507ca30dc04c07ab (diff) | |
download | slackbuilds-18245d5ce9b483b0e57d2805554427f17e6afdee.tar.gz |
libraries/libvmdk: Enable python3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvmdk')
-rw-r--r-- | libraries/libvmdk/README | 4 | ||||
-rw-r--r-- | libraries/libvmdk/libvmdk.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/libvmdk/libvmdk.info | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libraries/libvmdk/README b/libraries/libvmdk/README index aaad7fe9ef..6f81978679 100644 --- a/libraries/libvmdk/README +++ b/libraries/libvmdk/README @@ -7,13 +7,13 @@ Read supported extent file formats: -RAW (flat) -COWD version 1 (sparse) - -VMDK version 1, 2 and 3 (sparse) + -VMDK version 1, 2 and 3 (sparse) Supported VMDK format features: -delta links -grain compression (as of version 20131209) - -data markers (as of version 20140416) + -data markers (as of version 20140416) VMDK format features not supported at the moment: diff --git a/libraries/libvmdk/libvmdk.SlackBuild b/libraries/libvmdk/libvmdk.SlackBuild index 9249ff4b0d..d13e12f0b4 100644 --- a/libraries/libvmdk/libvmdk.SlackBuild +++ b/libraries/libvmdk/libvmdk.SlackBuild @@ -1,8 +1,8 @@ #!/bin/bash # Slackware build script for libvmdk - -# Copyright 2014-2021 Barry J. Grundy (bgrundy<at>linuxleo.com) +# +# Copyright 2014-2022 Barry J. Grundy (bgrundy<at>linuxleo.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,8 +21,8 @@ # 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 v20210418 August 2021 +# +# Updated v20210807 (build 2) May 2022 # 20220215 bkw: Modified by SlackBuilds.org: # - update for v20210807 since the old version's source vanished. @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libvmdk VERSION=${VERSION:-20210807} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,7 +91,7 @@ CXXFLAGS="$SLKCFLAGS -std=gnu89" \ --localstatedir=/var \ --mandir=/usr/man \ --disable-static \ - --enable-python \ + --enable-python3 \ --build=$ARCH-slackware-linux make diff --git a/libraries/libvmdk/libvmdk.info b/libraries/libvmdk/libvmdk.info index 38017bdd25..ce187752d4 100644 --- a/libraries/libvmdk/libvmdk.info +++ b/libraries/libvmdk/libvmdk.info @@ -1,7 +1,7 @@ PRGNAM="libvmdk" VERSION="20210807" HOMEPAGE="https://github.com/libyal/libvmdk" -DOWNLOAD="https://github.com/libyal/libvmdk/releases/download/20210807/libvmdk-alpha-20210807.tar.gz" +DOWNLOAD="https://linuxleo.com/Source/libvmdk-alpha-20210807.tar.gz" MD5SUM="3058cc76ac2c88604c6ab1973c55a883" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |