summaryrefslogtreecommitdiff
path: root/libre/parabolaiso
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2016-03-10 15:10:29 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2016-03-10 15:10:29 -0300
commit51a357ae04772f8cd3b655320c67e0e4a3c720c6 (patch)
tree707705c45b792c753ac68bed4275709c8c39b5b0 /libre/parabolaiso
parent9d5dfe28ea7e71f976651ca6de26a6a14a9dde8b (diff)
parabolaiso: remove from [libre]
Diffstat (limited to 'libre/parabolaiso')
-rw-r--r--libre/parabolaiso/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
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 <vmlinuz386@yahoo.com.ar>
-# Maintainer (Arch): Pierre Schmitz <pierre@archlinux.de>
-# Maintainer: 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.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
-}