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
|
Source: stormlib
Standards-Version: 4.7.2
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Pali Rohár <pali.rohar@gmail.com>,
Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends:
debhelper-compat (= 13),
cmake,
pkgconf,
libasound2-dev,
zlib1g-dev,
libbz2-dev,
libtomcrypt-dev,
Vcs-Browser: https://salsa.debian.org/games-team/stormlib
Vcs-Git: https://salsa.debian.org/games-team/stormlib.git
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
Architecture: any
Section: libdevel
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.
|