summaryrefslogtreecommitdiff
path: root/archiso-dual/PKGBUILD
blob: 837dd9d69003c0818fa52aa04caa7ea4054b644f (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=33
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=('7f7cbbed27c3679a7eac3ed190679095388a4724add947281516ce58a3fe198c907cef57e8543c3b39a5a058f6107c134708ae555c5b99ef22fae073f7581ad7')

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