PKGBUILDs/core/uboot-mkimage/PKGBUILD

16 lines
432 B
Bash
Raw Normal View History

2009-11-08 04:33:32 +00:00
# Maintainer: Dominik Schemmel <dominik.schemmel@googlemail.com>
pkgname=uboot-mkimage
pkgver=0.4
pkgrel=2
pkgdesc="mkimage binary for making uboot kernel images"
arch=('arm')
license=('GPL' 'LGPL')
source=(http://ftp.de.debian.org/debian/pool/main/u/uboot-mkimage/uboot-mkimage_0.4.tar.gz)
md5sums=('6ff36897a50c7fcd26bc088dc52841c8')
build() {
cd $srcdir/uboot-mkimage
make
install -Dm755 mkimage $pkgdir/usr/bin/mkimage
}