games-util/mpq-tools - 9999 (mva)

Search

Install

Install this version:

emerge -a =games-util/mpq-tools-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-util/mpq-tools-9999

Or alternatively:

emerge --autounmask-write -a =games-util/mpq-tools-9999

Package Information

Description:
utilities for manipulating MPQ archives used in Blizzard games
Homepage:
https://libmpq.org/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit git-r3 autotools

DESCRIPTION="utilities for manipulating MPQ archives used in Blizzard games"
HOMEPAGE="https://libmpq.org/"
EGIT_REPO_URI="https://github.com/msva/${PN}"

LICENSE="MIT"
SLOT="0"

DEPEND="
	games-util/libmpq
"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

	games-util/libmpq

RDEPEND

	games-util/libmpq