diff options
-rw-r--r-- | build-essential-common.pkg/control | 7 | ||||
-rw-r--r-- | build-essential-common.pkg/docs (renamed from build-essential.pkg.in/docs) | 0 | ||||
-rw-r--r-- | build-essential.pkg.in/control | 1 | ||||
-rwxr-xr-x | config | 1 |
4 files changed, 8 insertions, 1 deletions
diff --git a/build-essential-common.pkg/control b/build-essential-common.pkg/control new file mode 100644 index 0000000..47f83c9 --- /dev/null +++ b/build-essential-common.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Description: Metapackages for building packages - common files + build-essential-* packages depend on packages that are considered necessary for + building software packages. + . + This package provides files common to all build-essential-* packages. diff --git a/build-essential.pkg.in/docs b/build-essential-common.pkg/docs index e69de29..e69de29 100644 --- a/build-essential.pkg.in/docs +++ b/build-essential-common.pkg/docs diff --git a/build-essential.pkg.in/control b/build-essential.pkg.in/control index d9e84ef..2b1c8af 100644 --- a/build-essential.pkg.in/control +++ b/build-essential.pkg.in/control @@ -1,6 +1,7 @@ Architecture: all Platform: all Depends: + build-essential-common, libc.6-dev, binutils-@PKG_TARGET_ARCH@, gcc-@PKG_TARGET_ARCH@, @@ -45,7 +45,6 @@ configure_build() mkdir -p "${pkg}-${PKG_TARGET_ARCH}.pkg" sed "${ss}" "${pkg}.pkg.in/control" \ >"${pkg}-${PKG_TARGET_ARCH}.pkg/control" - cp "${pkg}.pkg.in/docs" "${pkg}-${PKG_TARGET_ARCH}.pkg/docs" msg 'Metadata for package "%s" generated.' \ "${pkg}-${PKG_TARGET_ARCH}" done |