summaryrefslogtreecommitdiff
path: root/archiso-dual/PKGBUILD
blob: 7ad3495e88239d01de07cfa424fcc3270675250f (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.1
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')
conflicts=('archiso' 'archiso32')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/archlinux32/${pkgname%-dual}32/archive/dual-v${pkgver}.tar.gz")
sha512sums=('99453072e6d5d150fcdea9b5224981dc8c8541194bc1b0b0ddaa04e54cf73da9aca172efe78f2753c3d6261204476eb368281dd7a5f5c56537dbf67fe910f68b')

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