source: libcaca/trunk/debian/control @ 202

Last change on this file since 202 was 202, checked in by Sam Hocevar, 19 years ago
  • debian/control: + Changed section to libs/libdevel instead of games/games. + Changed package name to libcaca-dev.
  • debian/rules: + Use debian/compat instead of DH_COMPAT. + Install README, BUGS and TODO into /usr/share/doc.
  • caca-config.in: + First version of the config script.
  • configure.ac src/Makefile.am: + Build a static PIC library as well.
  • README TODO: + Various updates.
File size: 481 bytes
Line 
1Source: libcaca
2Section: libs
3Priority: optional
4Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
5Build-Depends: debhelper (>= 4.0), slang1-dev
6Standards-Version: 3.6.1.0
7
8Package: libcaca-dev
9Section: libdevel
10Architecture: any
11Depends: ${shlibs:Depends}
12Description: text mode graphics library
13 libcaca is the Colour AsCii Art library.
14 .
15 This package contains the header files and static libraries needed to
16 compile applications or shared objects that use libcaca.
Note: See TracBrowser for help on using the repository browser.