Package Details: libwandio 4.2.4-1

Git Clone URL: https://aur.archlinux.org/libwandio.git (read-only, click to copy)
Package Base: libwandio
Description: software library written in C that provides an API for transparently reading from and writing to files using a variety of supported compression methods
Upstream URL: http://research.wand.net.nz/software/libwandio.php
Licenses: LGPL3
Provides: libwandio
Submitter: woutifier
Maintainer: woutifier (markzz)
Last Packager: markzz
Votes: 3
Popularity: 0.000000
First Submitted: 2016-03-29 08:24 (UTC)
Last Updated: 2023-06-01 04:37 (UTC)

Latest Comments

cmos commented on 2022-12-03 14:07 (UTC)

The server hosting source files is not working for me, so I updated it. However paths are slightly different:

diff --git a/PKGBUILD b/PKGBUILD
index 9d0945d..8ea27f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Wouter de Vries <w.b.devries@utwente.nl>
 pkgname=libwandio
 _pkgname=wandio
-pkgver=4.2.3
+pkgver=4.2.4
 pkgrel=1
 pkgdesc="software library written in C that provides an API for transparently reading from and writing to files using a variety of supported compression methods"
 url="http://research.wand.net.nz/software/libwandio.php"
@@ -9,16 +9,17 @@ arch=('i686' 'x86_64')
 license=('LGPL3')
 depends=('zlib' 'curl>=7.18.0')
 provides=('libwandio')
-source=("http://research.wand.net.nz/software/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('78c781ce2c3783b85d894e29005b7e98fc246b33f94616047de3bb4d11d4d823')
+source=("https://github.com/LibtraceTeam/wandio/archive/refs/tags/$pkgver-$pkgrel.tar.gz")
+sha256sums=('6e1f36edfc3b814d62f91b09cee906e28cd811881da51544acf2ace5e6e5b13f')

 build() {
-       cd "$_pkgname-$pkgver"
+       cd "$_pkgname-$pkgver-$pkgrel"
+       ./bootstrap.sh
        ./configure --prefix=/usr
        make
 }

 package() {
-       cd "$_pkgname-$pkgver"
+       cd "$_pkgname-$pkgver-$pkgrel"
        make DESTDIR="$pkgdir/" install
 }

teprrr commented on 2016-10-20 17:25 (UTC)

libwandio 1.0.4 is available, and is released with different license (LGPLv3).