summaryrefslogtreecommitdiff
path: root/libre/parabolaiso/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-21 03:22:19 +0000
commitd0f33415f254cb2fee06fd89f9cfed4535322f37 (patch)
tree66c13d72eac4f0110772b4675231c891334137bc /libre/parabolaiso/PKGBUILD
parent7e108c74958ec076a3734822f61f145d0d69547f (diff)
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'libre/parabolaiso/PKGBUILD')
-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 833a6f56b..000000000
--- a/libre/parabolaiso/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}