Date: Friday, November 25, 2022 @ 21:16:07
Author: jelle
Revision: 1353932
archrelease: copy trunk to community-x86_64
Added:
uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 1353931, 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 | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-25 21:15:53 UTC (rev 1353931)
+++ PKGBUILD 2022-11-25 21:16:07 UTC (rev 1353932)
@@ -1,33 +0,0 @@
-# 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
-}
Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 1353931,
uboot-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-25 21:16:07 UTC (rev 1353932)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <[email protected]>
+# Contributor: Philipp Schrader <[email protected]>
+
+pkgname=uboot-tools
+pkgver=2022.10
+pkgrel=4
+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 -Dt "$pkgdir"/usr/share/man/man1/
u-boot-$pkgver/doc/{mkimage,dumpimage}.1
+}