removed uboot-mkimage garbage

This commit is contained in:
Jonny Gerold 2010-02-05 13:47:20 -08:00
parent 2460e810e3
commit 85007ece62

View file

@ -1,18 +0,0 @@
# Maintainer: Dominik Schemmel <dominik.schemmel@googlemail.com>
pkgname=uboot-mkimage
pkgver=2009.08
pkgrel=1
pkgdesc="mkimage binary for making uboot kernel images"
arch=('arm')
license=('GPL' 'LGPL')
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-latest.tar.bz2)
md5sums=('cd4788ea1c6ac4f9b100b888a1063a6b')
build() {
cd $srcdir/u-boot-2009.08
cp -R /usr/include/* ./*
touch include/config.{h,mk}
make tools
install -Dm755 tools/mkimage $pkgdir/usr/bin/
}