File: control

package info (click to toggle)
libextutils-pkgconfig-perl 1.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 96 kB
  • ctags: 6
  • sloc: perl: 163; ansic: 22; makefile: 15
file content (23 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libextutils-pkgconfig-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16), pkg-config
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.0
Homepage: http://gtk2-perl.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-pkgconfig-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/

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.