diff options
-rw-r--r-- | libre/parabolaiso/PKGBUILD | 23 |
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 -} |