diff options
Diffstat (limited to 'libre/parabolaiso/PKGBUILD')
-rw-r--r-- | libre/parabolaiso/PKGBUILD | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD new file mode 100644 index 000000000..8a8290ef1 --- /dev/null +++ b/libre/parabolaiso/PKGBUILD @@ -0,0 +1,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 +} |