diff options
Diffstat (limited to 'build-essential.pkg.in/control')
-rw-r--r-- | build-essential.pkg.in/control | 14 |
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@. |