blob: 8a8290ef1c1ba0d0d326e66a3d9318392f49479c (
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=1
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')
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
}
|