summaryrefslogtreecommitdiff
path: root/archiso-dual/PKGBUILD
blob: 3f4d62de027f0cb02fc3177bacd46b20114a71af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id$
# Maintainer: Erich Eckner <arch at eckner dot net>
# Contributor: Gerardo Exequiel Pozzi <djgera@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>

_target_arch=$(printf '%s' x 8 6 _ 6 4 ' and ' i 6 8 6)

pkgname=archiso-dual
pkgver=32.3
pkgrel=1
pkgdesc='Tools for creating Arch Linux live and install iso images - for '"${_target_arch}"
arch=('any')
license=('GPL')
url='https://github.com/archlinux32/archiso32'
depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 'dosfstools' 'lynx' 'pacman-mirrorlist32')
conflicts=('archiso' 'archiso32')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/archlinux32/${pkgname%-dual}32/archive/dual-v${pkgver}.tar.gz")
sha512sums=('a056e31e90c9f25cbd096065d0c0681f559ee1f76591b788ade44c278c7c3ddaccfc0d31f494bea9fdd453871849efcfab09cb51e1def3564badebb92269e61a')

package() {
    make -C "${pkgname/-/32-}-v${pkgver}" DESTDIR="${pkgdir}" install
}