Subversion Repositories

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

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

Source: pmk
Section: devel
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>> 4.0.0), dpatch
Standards-Version: 3.7.3
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.