mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
7372e7449c
curl and wget are needed as a build dependency so that the auto configuration will see them and set the relevant configuration options. Otherwise, we end up with a ct-ng that can't download anything. However, curl and wget are not strict runtime dependencies, and we don't need both, so list them as Recommends: curl | wget for the binary package.
26 lines
1001 B
Plaintext
26 lines
1001 B
Plaintext
Source: crosstool-ng
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Multiple Candidates <open@example.com>
|
|
Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev,
|
|
libncursesw5-dev, libncurses5-dev, bison, flex, curl, wget,
|
|
texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin
|
|
Standards-Version: 3.9.8
|
|
Homepage: http://crosstool-ng.org/
|
|
|
|
Package: crosstool-ng
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texinfo
|
|
Recommends: curl | wget
|
|
Description: create your own cross toolchains
|
|
Crosstool-NG aims at building toolchains. Toolchains are an essential
|
|
component in a software development project. It will compile, assemble and
|
|
link the code that is being developed.
|
|
.
|
|
The usual toolchain is called "native" and is in packages
|
|
like 'clang' and 'gcc' (This package is not needed for doing
|
|
native development).
|
|
.
|
|
This package is for generating toolchains when doing development
|
|
on a foreign architecture (when you need a cross compiler).
|