summaryrefslogtreecommitdiff
path: root/debian/control
blob: f12fa4bfdad7d5181e9c89f6d64a23de7bf8bb57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: pkg-config
Section: devel
Priority: optional
Maintainer: Tollef Fog Heen <tfheen@debian.org>
Uploaders: Tomasz Fujak <t.fujak@samsung.com>, Mike McCormack <mj.mccormack@samsung.com>
Build-Depends: debhelper (>= 7.0.50), libpopt-dev | popt-dev
Homepage: http://pkg-config.freedesktop.org
Standards-Version: 3.8.4

Package: pkg-config
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: manage compile and link flags for libraries
 pkg-config is a system for managing library compile and link flags that 
 works with automake and autoconf.
 .
 Increasingly libraries ship with ".pc" files that allow querying of the
 compiler and linker flags needed to use them through the pkg-config(1)
 program.