summaryrefslogtreecommitdiff
path: root/community/ipxe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ipxe/PKGBUILD')
-rw-r--r--community/ipxe/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/ipxe/PKGBUILD b/community/ipxe/PKGBUILD
new file mode 100644
index 00000000..1e6bcccd
--- /dev/null
+++ b/community/ipxe/PKGBUILD
@@ -0,0 +1,14 @@
+# do not build 64-bit EFI version
+eval "$(
+ declare -f build | \
+ sed '
+ s|bin-x86_64-efi/ipxe.efi||g
+ s/.*mv.*src.*bin-x86_64-efi.*//g
+ '
+)"
+eval "$(
+ declare -f package | \
+ sed '
+ s|x86_64||g
+ '
+)"