[arch-commits] Commit in uboot-tools/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Fri Jan 16 03:18:43 UTC 2015


    Date: Friday, January 16, 2015 @ 04:18:43
  Author: anatolik
Revision: 125976

archrelease: copy trunk to community-i686, community-x86_64

Added:
  uboot-tools/repos/community-i686/PKGBUILD
    (from rev 125975, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/PKGBUILD
    (from rev 125975, uboot-tools/trunk/PKGBUILD)
Deleted:
  uboot-tools/repos/community-i686/PKGBUILD
  uboot-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ---------------------
 community-x86_64/PKGBUILD |   27 ---------------------
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-16 03:17:51 UTC (rev 125975)
+++ community-i686/PKGBUILD	2015-01-16 03:18:43 UTC (rev 125976)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass <bevan at bi-co.net>
-# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
-
-pkgname=uboot-tools
-pkgver=2014.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 "$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-i686/PKGBUILD (from rev 125975, uboot-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-16 03:18:43 UTC (rev 125976)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <bevan at bi-co.net>
+# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
+
+pkgname=uboot-tools
+pkgver=2015.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-16 03:17:51 UTC (rev 125975)
+++ community-x86_64/PKGBUILD	2015-01-16 03:18:43 UTC (rev 125976)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass <bevan at bi-co.net>
-# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
-
-pkgname=uboot-tools
-pkgver=2014.10
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64)
-url='http://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(glibc openssl)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
-sha1sums=('243a36acc69fc5645eca4166e5162914c5d995d9')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ u-boot-$pkgver/tools/{mkimage,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole}
-  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 125975, uboot-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-16 03:18:43 UTC (rev 125976)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <bevan at bi-co.net>
+# Contributor: Philipp Schrader <philipp.schrader+arch at gmail.com>
+
+pkgname=uboot-tools
+pkgver=2015.01
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(i686 x86_64)
+url='http://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(glibc openssl)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2)
+sha1sums=('8d22ab0d9f3902122f160280facacc468bad0da9')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all
+}
+
+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