From 4faab6023dc99497750eab7e770d2c2210b7e740 Mon Sep 17 00:00:00 2001 From: Aurelien Desbrieres Date: Tue, 23 Dec 2014 13:47:08 +0100 Subject: remove bup (in community now) --- pcr/bup/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 pcr/bup/PKGBUILD (limited to 'pcr') diff --git a/pcr/bup/PKGBUILD b/pcr/bup/PKGBUILD deleted file mode 100644 index eeea2b521..000000000 --- a/pcr/bup/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor (Arch): Bram Schoenmakers -# Contributor (Arch): henning mueller -# Maintainer : Parabola GNU / Linux-libre Aurélien Desbrières - -# If you'd like to have documentation, please set the variable below to 1. -# This implies installing pandoc, which in turn depends on many Haskell packages. -# Which you can build if you wish. -_havedocs=0 - -pkgname=bup -pkgver=0.25rc1 -_pkgver=0.25-rc1 -pkgrel=2 -pkgdesc="Backup tool using git pack files." -arch=('i686' 'x86_64' 'mips64el') -url="http://github.com/apenwarr/bup" -license=('GPL') -depends=('python2-fuse' 'par2cmdline' 'python' 'git') -[ $_havedocs = 1 ] && makedepends=('haskell-pandoc') -source=("https://github.com/apenwarr/${pkgname}/archive/${pkgname}-${_pkgver}.tar.gz") - -build() { - cd "${srcdir}/${pkgname}-${pkgname}-${_pkgver}" - - find . -name \*.py | xargs sed -i 's:env python:env python2:' - sed -i 's:PYTHON=python:PYTHON=python2:' Makefile - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgname}-${_pkgver}" - make DESTDIR=$pkgdir install -} - -- cgit v1.2.3