Subversion Repositories

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

Rev 2 | Blame | Compare with Previous | Last modification | View Log | RSS feed

Source: pmk
Section: devel
Priority: optional
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>> 4.0.0), dpatch
Standards-Version: 3.7.2

Package: pmk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8)
Suggests: binutils, gcc, g++
Description: utility to configure software sources
 PMK is a utility which, like the popular GNU Autoconf, serves the
 purpose of configuring the software sources on a variety of platforms.
 Configuring consists of checking the environment for presence of libraries,
 header files, programs, functions etc. Based on a simple config file, pmk
 generates output files (e.g. config.h, Makefile etc.) using a set of 
 templates provided by the programmer.