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
|
Source: libsx
Section: utils
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 9), pkg-config, libxpm-dev, libxt-dev, libxaw7-dev, libx11-dev
Standards-Version: 3.9.8
Homepage: http://www.dei.isep.ipp.pt/~andre/normas/libsx.htm
Package: libsx0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple X library
Libsx (the Simple X library) is a library of code that sits on top of and
to the side of the Athena widget set. Its purpose is to make writing X
applications *much* easier.
Package: libsx-dev
Section: libdevel
Architecture: any
Depends: libsx0 ( = ${binary:Version} ), ${misc:Depends}, ${shlibs:Depends}
Recommends: pkg-config, libxaw7-dev, libxpm-dev, libxt-dev, libx11-dev
Description: Development files (headers and static libraries) for libsx
Libsx (the Simple X library) is a library of code that sits on top of and
to the side of the Athena widget set. Its purpose is to make writing X
applications *much* easier.
.
This package contains header files, pkgconfig files and static libraries
for libsx.
|