File: control

package info (click to toggle)
libextutils-pkgconfig-perl 1.07-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 68 kB
  • ctags: 11
  • sloc: perl: 106; makefile: 50; ansic: 12
file content (19 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libextutils-pkgconfig-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.6.0-16), pkg-config
Maintainer: Marc 'HE' Brockschmidt <he@debian.org>
Standards-Version: 3.6.1

Package: libextutils-pkgconfig-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, pkg-config
Description: simplistic perl interface to pkg-config
 The pkg-config program retrieves information about installed libraries,
 usually for the purposes of compiling against and linking to them.
 .
 ExtUtils::PkgConfig is a very simplistic interface to this utility, intended
 for use in the Makefile.PL of perl extensions which bind libraries that
 pkg-config knows. It is really just boilerplate code that you would've
 written yourself.