Package Details: stormlib 9.25-1

Git Clone URL: https://aur.archlinux.org/stormlib.git (read-only, click to copy)
Package Base: stormlib
Description: A C/C++ API to read and write MPQ files with support for merged archives, patch MPQs and more.
Upstream URL: http://www.zezula.net/en/mpq/stormlib.html
Licenses: MIT
Submitter: None
Maintainer: jleclanche (robertfoster)
Last Packager: robertfoster
Votes: 8
Popularity: 0.001068
First Submitted: 2008-11-19 07:14 (UTC)
Last Updated: 2023-06-08 00:01 (UTC)

Latest Comments

1 2 Next › Last »

jleclanche commented on 2021-11-29 19:33 (UTC)

@robertfoster I don't use this library anymore, do you want to be comaintainer?

robertfoster commented on 2021-10-01 07:27 (UTC)

Please can you update to build dynamic library instead of the static one and also levereage on already present system runtime dependencies (tomcrypt and tommath)? Below a working a PKGBUILD

# Maintainer: Jerome Leclanche <jerome@leclan.ch>

_pkgname=StormLib
pkgname=${_pkgname,,}
pkgver=9.23
pkgrel=1
pkgdesc="A C/C++ API to read and write MPQ files with support for merged archives, patch MPQs and more."
arch=("i686" "x86_64")
url="http://www.zezula.net/en/mpq/stormlib.html"
license=("MIT")
depends=("bzip2" "libtomcrypt" "libtommath" "zlib")
makedepends=("cmake")
source=("$_pkgname-$pkgver.tar.gz::https://github.com/ladislav-zezula/$_pkgname/archive/v$pkgver.tar.gz")
sha256sums=("d62ba42f1e02efcb2cbaa03bd2e20fbd18c45499ef5fe65ffb89ee52a7bd9c92")

build() {
  mkdir -p build
  cd build
  cmake "$srcdir/$_pkgname-$pkgver" \
    -DCMAKE_BUILD_TYPE=Release \
    -DBUILD_SHARED_LIBS=ON \
    -DWITH_LIBTOMCRYPT=ON \
    -DCMAKE_INSTALL_PREFIX=/usr
  make
}

package() {
  cd build
  make DESTDIR="$pkgdir" install
}

Best regards

<deleted-account> commented on 2013-09-03 21:08 (UTC)

the checksum changed

Maxr commented on 2013-01-16 07:42 (UTC)

You may do so, I'm not that keen on maintaining it ;)

Maxr commented on 2013-01-01 20:37 (UTC)

8.20: http://pastebin.com/nz2unhDv Sent a mail to the maintainer.

<deleted-account> commented on 2011-12-31 09:55 (UTC)

PKGBUILD file for Stormlib 8.04 available http://pastebin.com/Vs9XKiXs

serialoverflow commented on 2011-06-22 09:29 (UTC)

hash needs to be updated to md5sums=('28665784d6ac9f36836591ee82f98dfc')