Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
645
Issues
645
List
Boards
Labels
Service Desk
Milestones
Merge Requests
168
Merge Requests
168
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
bfc27c49
Commit
bfc27c49
authored
Aug 15, 2019
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/alpine-ipxe: upgrade to 1.0_git20190802
parent
501aeb8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
main/alpine-ipxe/APKBUILD
main/alpine-ipxe/APKBUILD
+11
-11
No files found.
main/alpine-ipxe/APKBUILD
View file @
bfc27c49
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname
=
alpine-ipxe
pkgver
=
1.0_git201
80825
_sha
=
133f4c47baef6002b2ccb4904a035cda2303c6e5
pkgrel
=
1
pkgver
=
1.0_git201
90802
_sha
=
c63ef427a2b18d318b313a4adf6267bb4dfa0c1c
pkgrel
=
0
pkgdesc
=
"iPXE build for Alpine Linux netboot"
url
=
"https://boot.alpinelinux.org"
arch
=
"x86 x86_64 aarch64"
...
...
@@ -14,7 +14,6 @@ options="!strip !check !archcheck !tracedeps" # no tests
install
=
""
subpackages
=
""
source
=
"ipxe-
$pkgver
.tar.gz::https://github.com/ipxe/ipxe/archive/
$_sha
.tar.gz
fix-aarch64.patch
DST_Root_CA_X3.pem
alpine-netboot-ca.crt
boot.ipxe
...
...
@@ -25,11 +24,13 @@ builddir="$srcdir/ipxe-$_sha/src"
_targets
=
"bin/ipxe.iso bin/ipxe.lkrn bin/ipxe.pxe bin/undionly.kpxe bin/ipxe.usb"
case
$CARCH
in
x86
)
_targets
=
"
$_targets
bin-i386-efi/ipxe.efi"
;;
x86_64
)
_targets
=
"
$_targets
bin-x86_64-efi/ipxe.efi"
;;
aarch64
)
_targets
=
"bin-arm64-efi/snp.efi"
makedepends
=
"xz-dev perl coreutils bash"
;;
x86
)
_targets
=
"
$_targets
bin-i386-efi/ipxe.efi"
;;
x86_64
)
_targets
=
"
$_targets
bin-x86_64-efi/ipxe.efi"
;;
aarch64
)
_targets
=
"bin-arm64-efi/snp.efi"
makedepends
=
"xz-dev perl coreutils bash"
;;
esac
for
_target
in
$_targets
;
do
...
...
@@ -78,8 +79,7 @@ _split() {
"
$subpkgdir
"
/usr/share/
$pkgname
}
sha512sums
=
"fee3e1ab3951c9fed4c84a7f812341389873a919c8c38c45874d830fbaec3e40c02fa245a57cd0a251f41a8581d3f0739d9135009b1e644054faf6ef89130792 ipxe-1.0_git20180825.tar.gz
b64be052649c62195000801b3d7762eb97f6a98a0c18f2d4bf719b35ceb07230adb71ed5452d7a6eeaf424ca3033552456a56fac99d40c18a04c94b79ad4a636 fix-aarch64.patch
sha512sums
=
"994824f044b8ec76e51436c21cab61f3936f3cafd70b9eba78b25dea67bf700039e06e05527d44556e73849dda758ea591ce22d07346bc27d03e8082497f849f ipxe-1.0_git20190802.tar.gz
1f52b62aa9e3ec0656ea3cb5c8e52eda924d58728e64bb03ca6c112858b91b13cf0a9328b105bb232973e240406b240ed14e72b5bd325e82e6fddf3126dbcc58 DST_Root_CA_X3.pem
68030e3f30983ee45c7f740445a246ea0df225becdd0644e06ffdbd84682ac576934dab79fecceb31b70929d81ce85b40301a977862bf7beb042270be21e6d34 alpine-netboot-ca.crt
5a4f1edd0178e696e919e93b90689091f669bffe77ebb9da10d4872d208205fe42b285551f541a07b2067054a2344639052e2b297a582a1f71d907797a77d719 boot.ipxe"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment