[arch-commits] Commit in uboot-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Jul 5 19:30:39 UTC 2021
Date: Monday, July 5, 2021 @ 19:30:38
Author: jelle
Revision: 972486
archrelease: copy trunk to community-x86_64
Added:
uboot-tools/repos/community-x86_64/PKGBUILD
(from rev 972485, uboot-tools/trunk/PKGBUILD)
Deleted:
uboot-tools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 19:30:30 UTC (rev 972485)
+++ PKGBUILD 2021-07-05 19:30:38 UTC (rev 972486)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass <bevan at bi-co.net>
-# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
-
-pkgname=uboot-tools
-pkgver=2021.04
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
-url='https://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-sha1sums=('a69cf9cf8ddda0935b0bfed86e90fde1124f133d'
- '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 972485, uboot-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-05 19:30:38 UTC (rev 972486)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <bevan at bi-co.net>
+# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
+
+pkgname=uboot-tools
+pkgver=2021.07
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(x86_64)
+url='https://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
+sha1sums=('fc997c4efbb93df340c41e0c7b8a4137ab8b6ee3'
+ '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
+}
More information about the arch-commits
mailing list