aboutsummaryrefslogtreecommitdiff
path: root/dep/libmpq/debian/control
blob: f35bb0600152a5fda1c398ed6a6b840ae6af1089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: libmpq
Priority: extra
Maintainer: Georg Lukas <georg@op-co.de>
Build-Depends: debhelper (>= 7), autotools-dev, libbz2-dev
Standards-Version: 3.7.3
Section: libs
Homepage: https://libmpq.org/

Package: libmpq-dev
Section: libdevel
Architecture: any
Depends: libmpq0 (= ${binary:Version})
Description: Headers for libmpq, a library for MoPaQ mpq archives
 libmpq is a library for extracting and manipulating MoPaQ mpq archives.
 This package provides header files and bindings for applications using
 the libmpq library for the following languages:
   * C
   * Python
   * D

Package: libmpq0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A library for extracting and manipulating MoPaQ mpq archives
 MPQ, or MoPaQ, is a proprietary archive format created by
 Mike O'Brien, the man hailed as Blizzard's multiplayer engine
 genius, back in 1996 as a general purpose archive for use with
 Diablo, and named narcissistically for its creator
 "Mike O'brien PaCK". The copyrights to it, however, are held by
 Havas Interactive, Blizzard's parent company. The archive format
 is used by many Blizzard titles like Diablo, Diablo 2, Starcraft,
 Warcraft 2: BNE, a newer version in Warcraft 3 and World of
 Warcraft (WoW).

Package: libmpq0-dbg
Section: libdevel
Architecture: any
Depends: libmpq0 (= ${binary:Version})
Description: Debug symbols for libmpq0 library package

Package: python-mpq
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
XS-Python-Version: current
Description: Python bindings for libmpq, a library for MoPaQ mpq archives
 libmpq is a library for extracting and manipulating MoPaQ mpq archives.
 This package provides the python bindings for libmpq.