Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 17 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 18
1
Source: pmk
1
Source: pmk
2
Section: devel
2
Section: devel
3
Priority: optional
3
Priority: optional
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Build-Depends: debhelper (>> 4.0.0), dpatch
5
Build-Depends: debhelper (>> 4.0.0), dpatch
6
Standards-Version: 3.7.2
6
Standards-Version: 3.7.3
7
Vcs-Svn: svn://svn.kibibyte.se/pmk/trunk
7
Vcs-Svn: svn://svn.kibibyte.se/pmk/trunk
8
Vcs-Browser: http://svn.kibibyte.se/pmk
8
Vcs-Browser: http://svn.kibibyte.se/pmk
9
Homepage: http://pmk.sourceforge.net
9
Homepage: http://pmk.sourceforge.net
10
10
11
Package: pmk
11
Package: pmk
12
Architecture: any
12
Architecture: any
13
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8), gcc | c-compiler
13
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8), gcc | c-compiler
14
Suggests: binutils, g++
14
Suggests: binutils, g++
15
Description: utility to configure software sources
15
Description: utility to configure software sources
16
 PMK is a utility which, like the popular GNU Autoconf, serves the
16
 PMK is a utility which, like the popular GNU Autoconf, serves the
17
 purpose of configuring the software sources on a variety of platforms.
17
 purpose of configuring the software sources on a variety of platforms.
18
 Configuring consists of checking the environment for presence of libraries,
18
 Configuring consists of checking the environment for presence of libraries,
19
 header files, programs, functions etc. Based on a simple config file, pmk
19
 header files, programs, functions etc. Based on a simple config file, pmk
20
 generates output files (e.g. config.h, Makefile etc.) using a set of 
20
 generates output files (e.g. config.h, Makefile etc.) using a set of 
21
 templates provided by the programmer.
21
 templates provided by the programmer.