[arch-commits] Commit in (4 files)

Anatol Pomozov anatolik at archlinux.org
Mon Oct 27 18:48:04 UTC 2014


    Date: Monday, October 27, 2014 @ 19:48:04
  Author: anatolik
Revision: 121495

Move uboot related packages from AUR to [community]

Added:
  uboot-tools/
  uboot-tools/repos/
  uboot-tools/trunk/
  uboot-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Added: uboot-tools/trunk/PKGBUILD
===================================================================
--- uboot-tools/trunk/PKGBUILD	                        (rev 0)
+++ uboot-tools/trunk/PKGBUILD	2014-10-27 18:48:04 UTC (rev 121495)
@@ -0,0 +1,27 @@
+# $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
+}


Property changes on: uboot-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list