From 51a357ae04772f8cd3b655320c67e0e4a3c720c6 Mon Sep 17 00:00:00 2001 From: Esteban Carnevale Date: Thu, 10 Mar 2016 15:10:29 -0300 Subject: parabolaiso: remove from [libre] --- libre/parabolaiso/PKGBUILD | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libre/parabolaiso/PKGBUILD (limited to 'libre/parabolaiso') diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD deleted file mode 100644 index 0dc06e505..000000000 --- a/libre/parabolaiso/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer (Arch): Gerardo Exequiel Pozzi -# Maintainer (Arch): Pierre Schmitz -# Maintainer: Esteban Carnevale - -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.parabola.nu/other/${pkgname}-${pkgver}.tar.gz" - "https://repo.parabola.nu/other/${pkgname}-${pkgver}.tar.gz.sig") -md5sums=('e94c1f49f32e02480c14ee3162e8ee1b' - 'SKIP') - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} -- cgit v1.2.3