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

# repo: releng

_target_arch=$(printf '%s' i 6 8 6)

pkgname=archiso32
pkgver=33
pkgrel=2
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' 'archlinux32-keyring')
conflicts=('archiso' 'archiso-dual')
source=("${pkgname}-${_target_arch}-${pkgver}.tar.gz::https://github.com/archlinux32/${pkgname}/archive/${_target_arch}-v${pkgver}.tar.gz")
sha512sums=('7d882d813f952bc4ffa060e3f429e7abf9b5d28db61c18efee605f2819ec1fdf6b7d5fa8a02da61b706195e7769218ea207fb99bf3a97e4f66375d9ada5f36ac')

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