Rev 17 | Blame | Compare with Previous | Last modification | View Log | RSS feed
Source: pmkSection: develPriority: optionalMaintainer: Magnus Holmgren <holmgren@debian.org>Build-Depends: debhelper (>> 4.0.0), dpatchStandards-Version: 3.7.3Vcs-Svn: svn://svn.kibibyte.se/pmk/trunkVcs-Browser: http://svn.kibibyte.se/pmkHomepage: http://pmk.sourceforge.netPackage: pmkArchitecture: anyDepends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.8), gcc | c-compilerSuggests: binutils, g++Description: utility to configure software sourcesPMK is a utility which, like the popular GNU Autoconf, serves thepurpose 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, pmkgenerates output files (e.g. config.h, Makefile etc.) using a set oftemplates provided by the programmer.