From a905282ae29135be97002a5c5c9f3f3fc7aa3541 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 15 Jan 2020 11:58:22 +0100 Subject: archiso-cross new --- archiso-cross/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 archiso-cross/PKGBUILD (limited to 'archiso-cross') diff --git a/archiso-cross/PKGBUILD b/archiso-cross/PKGBUILD new file mode 100644 index 000000000..c46e640d2 --- /dev/null +++ b/archiso-cross/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Erich Eckner +# Contributor: Gerardo Exequiel Pozzi +# Contributor: Pierre Schmitz + +pkgname=archiso +pkgver=43 +pkgrel=1 +pkgdesc='Tools for creating Arch Linux live and install iso images - modified to make cross compiling easier' +arch=('any') +license=('GPL') +url='https://projects.archlinux.org/archiso.git/' +depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx') +source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" + "https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig" + 'default-arch-value.patch') +sha256sums=('4d2274cc5f1c48883941c3e37dfe7882632f9c455f97635aa079c1812571cb13' + 'SKIP' + '271174ac2e0b43c3cf78cc6bd928eee52ebfa3b2be10d75e2af1a98ee5318661') +validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938' # Gerardo Exequiel Pozzi + '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC') # Pierre Schmitz + +prepare() { + cd "${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/default-arch-value.patch" +} + +package() { + make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf