Rev 12 | Rev 17 | Go to most recent revision | 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
Vcs-Svn: svn://svn.kibibyte.se/pmk/trunk
Vcs-Browser: http://svn.kibibyte.se/pmk
Homepage: http://pmk.sourceforge.net
Package: pmk
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8), gcc | c-compiler
Suggests: binutils, 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.