Skip to content
Snippets Groups Projects
Commit b47621dc authored by Leo's avatar Leo Committed by Jakub Jirutka
Browse files

main/gummiboot: split EFISTUB into gummiboot-efistub

make the mainpkg depend on it, while we're at it also remove depends_dev
as we have no -dev subpkg

There is no need to bump pkgrel as this is part of an MR that is
bringing this aport back to life
parent ba78eeb8
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ pkgdesc="Simple EFI Boot Manager"
url="http://freedesktop.org/wiki/Software/gummiboot"
arch="x86 x86_64"
license="LGPL-2.0-or-later"
depends_dev="util-linux-dev"
makedepends="$depends_dev gnu-efi-dev autoconf automake docbook-xsl libxslt"
subpackages="$pkgname-doc"
depends="$pkgname-efistub=$pkgver-r$pkgrel"
makedepends="util-linux-dev gnu-efi-dev autoconf automake docbook-xsl libxslt"
subpackages="$pkgname-doc $pkgname-efistub"
#source="https://cgit.freedesktop.org/gummiboot/snapshot/gummiboot-$pkgver.tar.gz"
source="https://dev.alpinelinux.org/archive/gummiboot/gummiboot-$pkgver.tar.gz
gummiboot-aarch64-support.patch
......@@ -33,6 +33,11 @@ package() {
make install DESTDIR="$pkgdir"
}
efistub() {
pkgdesc="Linux UEFI stub from the gummiboot project"
amove usr/lib/gummiboot/*.efi.stub
}
sha512sums="
a536db10ee384fa2cd38d22bd43f87215501c38471612a1d30986748d645d970e67b3f3d38fc9d6b53fe8532ec18283690f88d77b056dd737db5efb50bf63293 gummiboot-48.1.tar.gz
6acc971c59b917616d75f5935859d109efff14c55b8fb26075ee89b6e4141f1c91708c1fc77f0acb2239d9030f4b350eaf1dac59ebb37e7a9ae5682eb52687cf gummiboot-aarch64-support.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment