1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: mk-configure
Section: devel
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
bmake (>= 20131001),
debhelper-compat (= 12),
ghostscript,
graphviz,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://sourceforge.net/projects/mk-configure/
Vcs-Browser: https://salsa.debian.org/debian/mk-configure
Vcs-Git: https://salsa.debian.org/debian/mk-configure.git
Package: mk-configure
Architecture: all
Depends:
bmake,
${misc:Depends}
Recommends:
pkgconf | pkg-config
Description: lightweight replacement for GNU autotools
mk-configure is a lightweight easy-to-use replacement for GNU autotools,
written in bmake (portable version of NetBSD make) and POSIX tools (shell,
awk etc).
|