diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-23 11:35:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-23 11:35:19 (EDT) |
commit | 6f06ef1acdef29f416ff0065951cba575a8a283d (patch) | |
tree | 856c40788ea69eb17af1db839092d0d1779ec165 | |
parent | d164663a0f0b0bce2ff260ce40cb418fd83dbb3b (diff) |
build-essential: New package for native building
-rw-r--r-- | build-essential.pkg/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-essential.pkg/control b/build-essential.pkg/control new file mode 100644 index 0000000..02e526d --- /dev/null +++ b/build-essential.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: + build-essential-${Host-Arch} (>= ${Source-Version}), + build-essential-common (>= ${Source-Version}), +Description: Metapackage for natively building packages + This package depends on packages that are considered necessary for natively + building packages on ${Host-Arch}. |