diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2016-03-10 15:10:29 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2016-03-10 15:10:29 -0300 |
commit | 51a357ae04772f8cd3b655320c67e0e4a3c720c6 (patch) | |
tree | 707705c45b792c753ac68bed4275709c8c39b5b0 | |
parent | 9d5dfe28ea7e71f976651ca6de26a6a14a9dde8b (diff) | |
download | abslibre-51a357ae04772f8cd3b655320c67e0e4a3c720c6.tar.gz abslibre-51a357ae04772f8cd3b655320c67e0e4a3c720c6.tar.bz2 abslibre-51a357ae04772f8cd3b655320c67e0e4a3c720c6.zip |
parabolaiso: remove from [libre]
-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 -} |