summaryrefslogtreecommitdiff
path: root/libre/parabolaiso/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/parabolaiso/PKGBUILD')
-rw-r--r--libre/parabolaiso/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/parabolaiso/PKGBUILD b/libre/parabolaiso/PKGBUILD
new file mode 100644
index 000000000..833a6f56b
--- /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=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
+}