Date: Tuesday, November 15, 2022 @ 00:08:33
Author: kpcyrd
Revision: 1348380
archrelease: copy trunk to community-x86_64
Added:
uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 1348379, uboot-tools/trunk/PKGBUILD)
uboot-tools/repos/community-x86_64/keys/
Deleted:
uboot-tools/repos/community-x86_64/PKGBUILD
uboot-tools/repos/community-x86_64/keys/
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 33 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 00:08:16 UTC (rev 1348379)
+++ PKGBUILD 2022-11-15 00:08:33 UTC (rev 1348380)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass <[email protected]>
-# Contributor: Philipp Schrader <[email protected]>
-
-pkgname=uboot-tools
-pkgver=2022.10
-pkgrel=2
-pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
-url='https://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-makedepends=(python swig)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-options=(!lto)
-sha1sums=('7b4cab68c38c3f449f80eabb63183a271405f6b4'
- 'SKIP')
-
-build() {
- cd u-boot-$pkgver
- make defconfig
- make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
-}
-
-package() {
- install -m 755 -d "$pkgdir"/usr/bin
- install -m 755 -t "$pkgdir"/usr/bin/
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
- ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
- install -m 644 -D u-boot-$pkgver/doc/mkimage.1
"$pkgdir"/usr/share/man/man1/mkimage.1
-}
Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 1348379,
uboot-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-15 00:08:33 UTC (rev 1348380)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <[email protected]>
+# Contributor: Philipp Schrader <[email protected]>
+
+pkgname=uboot-tools
+pkgver=2022.10
+pkgrel=3
+pkgdesc='U-Boot bootloader utility tools'
+arch=(x86_64)
+url='https://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+makedepends=(python swig)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
+options=(!lto)
+sha1sums=('7b4cab68c38c3f449f80eabb63183a271405f6b4'
+ 'SKIP')
+sha256sums=('50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8'
+ 'SKIP')
+
+build() {
+ cd u-boot-$pkgver
+ make defconfig
+ make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
+}
+
+package() {
+ install -m 755 -d "$pkgdir"/usr/bin
+ install -m 755 -t "$pkgdir"/usr/bin/
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+ ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+ install -m 644 -D u-boot-$pkgver/doc/mkimage.1
"$pkgdir"/usr/share/man/man1/mkimage.1
+}