2010-03-07 04:33:22 +00:00
|
|
|
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
|
|
|
|
2011-01-02 08:00:52 +00:00
|
|
|
# Plugbox changes: This package is from Debian
|
|
|
|
|
2010-03-07 04:33:22 +00:00
|
|
|
pkgname=uboot-mkimage
|
|
|
|
pkgver=0.4
|
|
|
|
pkgrel=1
|
2011-01-07 06:14:59 +00:00
|
|
|
plugrel=1
|
2011-01-02 08:00:52 +00:00
|
|
|
pkgdesc="This package contains the mkimage utility, which encapsulates a compressed "uImage" Linux kernel image for use with the U-Boot bootloader"
|
2010-03-07 04:33:22 +00:00
|
|
|
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}/
|
|
|
|
}
|