u-boot-tools: moved to contrib

This commit is contained in:
Tim Biermann 2023-04-05 19:59:37 +02:00
parent 1cdfdc34a7
commit 53867c9890
3 changed files with 0 additions and 33 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mkenvimage
-rwxr-xr-x root/root usr/bin/mkimage
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mkimage.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/V9IJhw4nXDnvB5zDnfB7yZHnJWFlhD5kVloxbXDs8bs20AM/mSVBWlCcLoCjdO1IPQLCaOdN2WG11U3G+YNtQI=
SHA256 (Pkgfile) = 666d275d5275bea995ca80ca7378be6e47a548d0c259401bcef96ceb649c5da8
SHA256 (.footprint) = 5be4d495b3869ee52e7a232f0769548048a2782eb5518c1a1aea7f4254274eb9
SHA256 (u-boot-2023.01.tar.bz2) = 69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f

View File

@ -1,20 +0,0 @@
# Description: U-Boot tools
# URL: https://www.denx.de/wiki/U-Boot/WebHome
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gnutls openssl swig
name=u-boot-tools
version=2023.01
release=1
source=(https://ftp.denx.de/pub/u-boot/u-boot-$version.tar.bz2)
build() {
cd u-boot-$version
make sandbox_config
make tools TOOLSUBDIRS=""
install -d -m 0755 $PKG/usr/{bin,share/man/man1}
install -m 0755 tools/mk{,env}image $PKG/usr/bin
install -m 0644 doc/mkimage.1 $PKG/usr/share/man/man1
}