summaryrefslogtreecommitdiffstats
path: root/build-essential.pkg.in/control
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-13 17:30:35 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-13 17:30:35 (EDT)
commitfe24e3cbea686ae2ac83b59d0adfd147f15145b2 (patch)
treeb444b16fe8220e495282ffb5b05336d04682f1e3 /build-essential.pkg.in/control
parent7bc95f5242f6d418baedc6fbaa9f0ea26d99f07b (diff)
Make target-arch build-essential packages.
These are for both native and cross building.
Diffstat (limited to 'build-essential.pkg.in/control')
-rw-r--r--build-essential.pkg.in/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/build-essential.pkg.in/control b/build-essential.pkg.in/control
new file mode 100644
index 0000000..d9e84ef
--- /dev/null
+++ b/build-essential.pkg.in/control
@@ -0,0 +1,14 @@
+Architecture: all
+Platform: all
+Depends:
+ libc.6-dev,
+ binutils-@PKG_TARGET_ARCH@,
+ gcc-@PKG_TARGET_ARCH@,
+ g++-@PKG_TARGET_ARCH@,
+ gmake,
+ opkbuild,
+ opkhelper
+Recommends: fakeroot
+Description: Metapackage for building packages for @PKG_TARGET_ARCH@
+ This package depends on packages that are considered necessary for building
+ software packages for @PKG_TARGET_ARCH@.