summaryrefslogtreecommitdiff
path: root/libre/uboot-tools/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-05 13:29:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-05 13:29:30 -0500
commit52922a1c30c8f00f8326db3ca20284ab4faa8712 (patch)
treef609c08a54ea568a7b51c44574c6e46b2573d9af /libre/uboot-tools/PKGBUILD
parent6f456f10044bbe828dd775edfb831b84e52e6ece (diff)
downloadabslibre-52922a1c30c8f00f8326db3ca20284ab4faa8712.tar.gz
abslibre-52922a1c30c8f00f8326db3ca20284ab4faa8712.tar.bz2
abslibre-52922a1c30c8f00f8326db3ca20284ab4faa8712.zip
uboot-tools-2017.07-1: updating version
Diffstat (limited to 'libre/uboot-tools/PKGBUILD')
-rw-r--r--libre/uboot-tools/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/uboot-tools/PKGBUILD b/libre/uboot-tools/PKGBUILD
deleted file mode 100644
index 8ce453e11..000000000
--- a/libre/uboot-tools/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 137412 2015-07-25 19:38:49Z anatolik $
-# Maintainer (Arch): Anatol Pomozov
-# Contributor (Arch): Michael Lass <bevan@bi-co.net>
-# Contributor (Arch): Philipp Schrader <philipp.schrader+arch@gmail.com>
-
-pkgname=uboot-tools
-pkgver=2015.07
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(i686 x86_64 armv7h)
-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=('1e4e8df0ab7cfc2ee4ff6bf44c1b2085544d36f0')
-
-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
-}