Package Details: qpakman 0.67-1

Git Clone URL: https://aur.archlinux.org/qpakman.git (read-only, click to copy)
Package Base: qpakman
Description: A command-line tool for managing PAK and WAD files from QuakeI/II & Hexen II
Upstream URL: https://github.com/bunder/qpakman
Licenses: GPL2
Submitter: None
Maintainer: S3ctor
Last Packager: bunder
Votes: 10
Popularity: 0.000004
First Submitted: 2009-02-09 00:21 (UTC)
Last Updated: 2021-05-02 08:08 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

patlefort commented on 2025-10-21 01:31 (UTC)

Can you please fix this package? Also the license should be GPL-2.0-or-later.

tuxott commented on 2025-04-10 00:35 (UTC)

Compatibility with CMake < 3.5 has been removed from CMake. In the CMakeLists.txt file, it specifies cmake_minimum_required(VERSION 2.6). I was able to get around this by pulling the source code down, extracting it, and running cmake manually with the following command:

cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.10 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr

Please update this package so that I can install from AUR instead of having to install manually.

micwoj92 commented on 2021-04-26 11:30 (UTC)

License is GPL2

linkmauve commented on 2011-04-12 20:35 (UTC)

You should add unzip to makedepends, as it isn’t in base nor base-devel; or better, use bsdtar (which is already installed by libarchive).