PKGBUILDs/core/uboot-mkimage/PKGBUILD
2009-11-07 22:33:32 -06:00

15 lines
432 B
Bash

# 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
}