mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
Added uboot-mkimage
This commit is contained in:
parent
31547050fd
commit
cdb13e28bf
2 changed files with 18 additions and 0 deletions
18
core/uboot-mkimage/PKGBUILD
Normal file
18
core/uboot-mkimage/PKGBUILD
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
|
||||
pkgname=uboot-mkimage
|
||||
pkgver=0.4
|
||||
pkgrel=1
|
||||
pkgdesc="This package contains the mkimage utility, which encapsulates a compressed "uImage" Linux kerel image with header information, CRC32 checksum, etc, for use with the U-Boot bootloader"
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
url="http://www.denx.de/wiki/U-Boot/WebHome"
|
||||
depends=('coreutils')
|
||||
makedepends=()
|
||||
source=(uboot-mkimage-0.4.tar.gz)
|
||||
md5sums=('7e1ead94aad813ec1d4ed5a8a8a2466c')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
cp -R ./usr ${pkgdir}/
|
||||
}
|
BIN
core/uboot-mkimage/uboot-mkimage-0.4.tar.gz
Normal file
BIN
core/uboot-mkimage/uboot-mkimage-0.4.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue