summaryrefslogtreecommitdiff
path: root/archiso32/PKGBUILD
blob: 50f623e2cdb309f992b5a13d6e407e72226a740e (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' i 6 8 6)

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

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