mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 10:06:42 +07:00
23 lines
540 B
Plaintext
23 lines
540 B
Plaintext
# sunxi-tools
|
|
local package_name="sunxi-tools"
|
|
local package_repo="https://github.com/linux-sunxi/sunxi-tools.git"
|
|
local package_ref="branch:master"
|
|
local package_upstream_version="1.4.2-2"
|
|
local package_builddeps="libusb-1.0-0-dev ruby binutils-arm-none-eabi pkg-config u-boot-tools zlib1g-dev"
|
|
local package_install_target="sunxi-tools"
|
|
local package_component="${release}-utils"
|
|
|
|
if [[ $release =~ bullseye|bookworm ]]; then
|
|
package_builddeps+=" libfdt-dev"
|
|
fi
|
|
|
|
package_checkbuild()
|
|
{
|
|
false
|
|
}
|
|
|
|
package_checkinstall()
|
|
{
|
|
false
|
|
}
|