mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/uboot-kirkwood to 2015.07-2
This commit is contained in:
parent
f4e74fc408
commit
aec7a4c1a4
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ pkgbase=uboot-kirkwood
|
||||||
pkgname=('uboot-dockstar' 'uboot-goflexhome' 'uboot-goflexnet' 'uboot-pogo_e02' 'uboot-pogoplugv4' 'uboot-nsa310' 'uboot-nsa325' 'uboot-nsa320' 'uboot-guruplug' 'uboot-sheevaplug')
|
pkgname=('uboot-dockstar' 'uboot-goflexhome' 'uboot-goflexnet' 'uboot-pogo_e02' 'uboot-pogoplugv4' 'uboot-nsa310' 'uboot-nsa325' 'uboot-nsa320' 'uboot-guruplug' 'uboot-sheevaplug')
|
||||||
pkgver=2015.07
|
pkgver=2015.07
|
||||||
_commit=e9059f46524de7ecf85203d8064ad27e1b5f4ac1
|
_commit=e9059f46524de7ecf85203d8064ad27e1b5f4ac1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="https://github.com/archlinuxarm/u-boot"
|
url="https://github.com/archlinuxarm/u-boot"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -18,7 +18,7 @@ source=("https://github.com/moonman/u-boot/archive/${_commit}.tar.gz"
|
||||||
'uboot-goflexhome.txt'
|
'uboot-goflexhome.txt'
|
||||||
'uboot-goflexnet.txt'
|
'uboot-goflexnet.txt'
|
||||||
'uboot-pogo_e02.txt'
|
'uboot-pogo_e02.txt'
|
||||||
'uboot-pogoplugv4.txt'
|
'uboot-pogoplugv4.txt'
|
||||||
'uboot-nsa310.txt'
|
'uboot-nsa310.txt'
|
||||||
'uboot-nsa325.txt'
|
'uboot-nsa325.txt'
|
||||||
'uboot-nsa320.txt'
|
'uboot-nsa320.txt'
|
||||||
|
@ -93,7 +93,7 @@ package_uboot-pogo_e02() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_uboot-pogoplugv4() {
|
package_uboot-pogoplugv4() {
|
||||||
pkgdesc="U-Boot for the Pogoplug V4"
|
pkgdesc="U-Boot for the Pogoplug V4 & Pogoplug Mobile"
|
||||||
depends+=('pogoplug-blparam')
|
depends+=('pogoplug-blparam')
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ package_uboot-nsa310() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_uboot-guruplug() {
|
package_uboot-guruplug() {
|
||||||
pkgdesc="U-Boot for the Seagate FreeAgent DockStar"
|
pkgdesc="U-Boot for the Guruplug (plus)"
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
|
|
||||||
mkdir -p "${pkgdir}"/boot
|
mkdir -p "${pkgdir}"/boot
|
||||||
|
@ -134,7 +134,7 @@ package_uboot-guruplug() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_uboot-sheevaplug() {
|
package_uboot-sheevaplug() {
|
||||||
pkgdesc="U-Boot for the Seagate FreeAgent DockStar"
|
pkgdesc="U-Boot for the Sheevaplug (esata)"
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
|
|
||||||
mkdir -p "${pkgdir}"/boot
|
mkdir -p "${pkgdir}"/boot
|
||||||
|
|
Loading…
Reference in a new issue