mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
21 lines
545 B
Bash
21 lines
545 B
Bash
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
|
|
|
# Plugbox changes: This package is from Debian
|
|
|
|
pkgname=uboot-mkimage
|
|
pkgver=0.4
|
|
pkgrel=1
|
|
plugrel=1
|
|
pkgdesc="This package contains the mkimage utility, which encapsulates a compressed "uImage" Linux kernel image 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}/
|
|
}
|