From fe24e3cbea686ae2ac83b59d0adfd147f15145b2 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 13 Aug 2013 17:30:35 -0400 Subject: Make target-arch build-essential packages. These are for both native and cross building. --- (limited to 'build-essential.pkg.in/control') 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@. -- cgit v0.9.1