mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-raspberrypi to 2016.03-1
This commit is contained in:
parent
320cfd0ab7
commit
1905e8ce95
1 changed files with 6 additions and 7 deletions
|
@ -4,9 +4,8 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=uboot-raspberrypi
|
||||
pkgver=2016.03rc2
|
||||
pkgver=2016.03
|
||||
pkgrel=1
|
||||
_pkgver=${pkgver/rc/-rc}
|
||||
pkgdesc="U-Boot for Raspberry Pi"
|
||||
arch=('armv7h')
|
||||
url='http://www.denx.de/wiki/U-Boot/WebHome'
|
||||
|
@ -14,23 +13,23 @@ license=('GPL')
|
|||
backup=('boot/boot.txt' 'boot/boot.scr')
|
||||
makedepends=('bc' 'dtc' 'git')
|
||||
conflicts=('linux-raspberrypi')
|
||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${_pkgver}.tar.bz2"
|
||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
||||
'0001-arch-linux-arm-modifications.patch'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('0f0068341f8124ffab0f966808ba6236'
|
||||
md5sums=('973c1d896be751321cc3aafa564f64b2'
|
||||
'2fc5fdd1fb48545336a2f534772d7477'
|
||||
'3631f52fb2a0e940bbcc04ea80701d9a'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
prepare() {
|
||||
cd u-boot-${_pkgver}
|
||||
cd u-boot-${pkgver}
|
||||
|
||||
git apply ../0001-arch-linux-arm-modifications.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd u-boot-${_pkgver}
|
||||
cd u-boot-${pkgver}
|
||||
|
||||
unset CFLAGS
|
||||
unset CXXFLAGS
|
||||
|
@ -42,7 +41,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd u-boot-${_pkgver}
|
||||
cd u-boot-${pkgver}
|
||||
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
|
||||
|
|
Loading…
Reference in a new issue