mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
added alarm/uboot-zedboard
This commit is contained in:
parent
8a928e5bb6
commit
92b4c81dfb
1 changed files with 19 additions and 0 deletions
19
alarm/uboot-zedboard/PKGBUILD
Normal file
19
alarm/uboot-zedboard/PKGBUILD
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# U-Boot: Zedboard
|
||||||
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
|
||||||
|
buildarch=4
|
||||||
|
|
||||||
|
pkgname=uboot-zedboard
|
||||||
|
pkgver=2013.04
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="U-Boot for Zedboard"
|
||||||
|
arch=('armv7h')
|
||||||
|
url="https://github.com/Xilinx/u-boot-xlnx"
|
||||||
|
license=('GPL')
|
||||||
|
source=("http://www.wiki.xilinx.com/file/view/14.6-release.tar.xz/442481622/14.6-release.tar.xz")
|
||||||
|
md5sums=('d75f7ef7040ceccdd49e8ea473c44ced')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
mkdir -p "${pkgdir}"/boot
|
||||||
|
cp zed/boot.bin "${pkgdir}"/boot
|
||||||
|
}
|
Loading…
Reference in a new issue