blob: 833a6f56bc74896312db42682b4d4c3021dc0430 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
# Maintainer (Parabola): Esteban Carnevale <alfplayer@mailoo.org>
pkgname=parabolaiso
pkgver=2013.09.01
pkgrel=2
pkgdesc='Tools for creating Parabola GNU/Linux-libre live and install iso images'
arch=('any')
url='https://projects.parabolagnulinux.org/parabolaiso.git/'
license=('GPL')
depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'parabolaiso-data')
provides=('archiso')
conflicts=('archiso')
source=("https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz"
"https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz.sig")
md5sums=('e94c1f49f32e02480c14ee3162e8ee1b'
'SKIP')
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
}
|