mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/uboot-tools to 2015.01-1
This commit is contained in:
parent
92b2d45117
commit
8fa25fd1a7
1 changed files with 6 additions and 10 deletions
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
|
||||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2014.10
|
||||
pkgrel=2
|
||||
pkgver=2015.01
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot Tools"
|
||||
arch=('arm' 'armv6h' 'armv7h')
|
||||
license=('GPL' 'LGPL')
|
||||
|
@ -12,19 +12,15 @@ provides=('uboot-env' 'uboot-mkimage')
|
|||
replaces=('uboot-env' 'uboot-mkimage')
|
||||
backup=(etc/fw_env.config)
|
||||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('3ddcaee2f05b7c464778112ec83664b5'
|
||||
fw_env.config)
|
||||
md5sums=('7f08dc9e98a71652bd6968888ed6ec95'
|
||||
'5a9dcbae5957f8621080d4bbc0e1520f')
|
||||
|
||||
build() {
|
||||
cd u-boot-${pkgver}
|
||||
|
||||
touch include/config.{h,mk} include/autoconf.mk{.dep,}
|
||||
|
||||
make defconfig
|
||||
make silentoldconfig
|
||||
make tools-only
|
||||
make SUBDIRS=tools env
|
||||
make tools-all
|
||||
make -C tools kwboot
|
||||
}
|
||||
|
||||
|
@ -32,7 +28,7 @@ package() {
|
|||
cd u-boot-${pkgver}
|
||||
|
||||
install -dm755 ${pkgdir}/{usr/{bin,share/man/man1},etc}
|
||||
install -m755 tools/{dumpimage,mkimage,mkenvimage,proftool,env/fw_printenv,kwboot} ${pkgdir}/usr/bin
|
||||
install -m755 tools/{fit_{check_sign,info},dumpimage,mkimage,mkenvimage,netconsole,ncb,proftool,env/fw_printenv,kwboot} ${pkgdir}/usr/bin
|
||||
ln -s /usr/bin/fw_printenv ${pkgdir}/usr/bin/fw_setenv
|
||||
install -m644 ${srcdir}/fw_env.config ${pkgdir}/etc
|
||||
install -m644 doc/{mkimage,kwboot}.1 ${pkgdir}/usr/share/man/man1
|
||||
|
|
Loading…
Reference in a new issue