From 7c7a001ee6b8642121d28191bcc913c2ea452900 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 5 Feb 2018 21:46:28 +0100 Subject: building up to pacman pre-requisites, pacman itself doesn't work yet changed checkout method parameter, we have asp, yaourt and packages32 now --- i486-stage1/archlinux-keyring/DESCR | 0 i486-stage1/archlinux32-keyring/DESCR | 2 ++ i486-stage1/pacman-mirrorlist/DESCR | 5 +++++ i486-stage1/pacman/DESCR | 25 +++++++++++++++++++++++++ i486-stage1/template/DESCR | 12 ++++++++---- i486-stage1/uinit/DESCR | 2 +- 6 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 i486-stage1/archlinux-keyring/DESCR create mode 100644 i486-stage1/archlinux32-keyring/DESCR create mode 100644 i486-stage1/pacman-mirrorlist/DESCR create mode 100644 i486-stage1/pacman/DESCR (limited to 'i486-stage1') diff --git a/i486-stage1/archlinux-keyring/DESCR b/i486-stage1/archlinux-keyring/DESCR new file mode 100644 index 0000000..e69de29 diff --git a/i486-stage1/archlinux32-keyring/DESCR b/i486-stage1/archlinux32-keyring/DESCR new file mode 100644 index 0000000..7fbf211 --- /dev/null +++ b/i486-stage1/archlinux32-keyring/DESCR @@ -0,0 +1,2 @@ +# this package exists only in Archlinux32, copy the whole bunch +FETCH_METHOD="packages32" diff --git a/i486-stage1/pacman-mirrorlist/DESCR b/i486-stage1/pacman-mirrorlist/DESCR new file mode 100644 index 0000000..233e5bc --- /dev/null +++ b/i486-stage1/pacman-mirrorlist/DESCR @@ -0,0 +1,5 @@ +# append our local i486 only mirror for now +cat >> mirrorlist < parameter to makepkg will be set to -j if diff --git a/i486-stage1/uinit/DESCR b/i486-stage1/uinit/DESCR index 50ccc45..1d1a56e 100644 --- a/i486-stage1/uinit/DESCR +++ b/i486-stage1/uinit/DESCR @@ -1,5 +1,5 @@ # uinit as temporary systemd replacement for PID 1, lives in the AUR -NEEDS_YAOURT=1 +FETCH_METHOD="yaourt" # prepare configure for cross-compilation sed -i "s/make /make CC=$TARGET_ARCH-gcc /g" PKGBUILD -- cgit v1.2.3-54-g00ecf