armbian-build/packages/extras-buildpkgs/sunxi-tools/debian/control
The-going fedc9c1f58
Install debian packages using a special function (#3368)
* Add new function install_pkg_deb

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Use the install_pkg_deb function

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* sunxi-tools: Calculate build dependencies

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* hostapd, hostapd-realtek: Calculate build dependencies

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>

* Clean Environment for building as default

* upgrading: Repack a clean Environment archive

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2021-12-27 14:23:35 -05:00

30 lines
988 B
Plaintext

Source: sunxi-tools
Section: utils
Priority: optional
Maintainer: Ian Campbell <ijc@debian.org>
Build-Depends: debhelper (>= 9),
pkg-config,
u-boot-tools,
binutils-arm-none-eabi,
ruby,
libusb-1.0-0-dev,
libfdt-dev,
zlib1g-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/sunxi-tools.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/sunxi-tools.git
Homepage: http://linux-sunxi.org/Sunxi-tools
Package: sunxi-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tools for working with Allwinner (sunxi) ARM processors
This package contains various tools for working with devices based around the
Allwinner sunxi processors (A10/A13/A20/A31 etc). Utilities include tools to:
.
- interact with the processors' lowlevel bootrom (AKA FEL mode).
- boot over the USB OTG port.
- compile and decompile the Allwinner binary hardware descriptions (FEX
files).
- display information about sunxi boot headers.