summaryrefslogtreecommitdiff
path: root/debian/control
blob: c121869165441871dbe6f1e0312a052975eeb2af (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
Source: stormlib
Section: libs
Priority: optional
Maintainer: Pali Rohár <pali.rohar@gmail.com>
Build-Depends: debhelper (>= 9), cmake, zlib1g-dev, libbz2-dev, libtomcrypt-dev (>= 1.17-3)
Standards-Version: 3.9.8
Homepage: http://www.zezula.net/en/mpq/stormlib.html

Package: libstorm9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Library for accessing the MPQ archives
 The StormLib library is a pack of modules, written in C++, which are able to
 read and also to write files from/to the MPQ archives.
 .
 This package contains StormLib runtime library needed for StormLib programs.

Package: libstorm-dev
Section: libdevel
Architecture: any
Depends: libstorm9 (= ${binary:Version}), ${misc:Depends}
Description: Library for accessing the MPQ archives (development files)
 The StormLib library is a pack of modules, written in C++, which are able to
 read and also to write files from/to the MPQ archives.
 .
 This package contains development files needed for building StormLib programs.