summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-22 18:09:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-09-22 18:09:39 -0500
commit321a20a17497850310beb34c7921cf71e9c8c7a5 (patch)
tree2d74445ee5944c4560fc037d6cfe6484c7961733 /pcr
parente71f51acd0bbce12de5a1748756052193913747b (diff)
Removing cjdns-git. Use cjdns instead
Diffstat (limited to 'pcr')
-rw-r--r--pcr/cjdns-git/PKGBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/pcr/cjdns-git/PKGBUILD b/pcr/cjdns-git/PKGBUILD
deleted file mode 100644
index 4daf53970..000000000
--- a/pcr/cjdns-git/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Maintainer (Arch): Kevin MacMartin <prurigro@gmail.com>
-# Contributor (Arch): openfbt
-# Contributor (Arch): Werecat
-# Contributor (Arch): Xyne
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-_pkgname=cjdns
-pkgname=$_pkgname-git
-pkgver=0.3.3408
-pkgrel=1
-pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
-url='https://github.com/cjdelisle/cjdns'
-license=('GPL3')
-arch=('i686' 'x86_64')
-options=('!distcc' '!strip' '!buildflags')
-depends=('glibc')
-makedepends=('git' 'nodejs' 'python2')
-optdepends=(
- 'cjdnsify: allows you to run some programs bound to your cjdns address'
- 'cjdns-git-sysvinit: support for sysvinit (rc.d)'
-)
-provides=("$_pkgname")
-conflicts=("$_pkgname")
-source=("git+$url#branch=crashey")
-sha512sums=('SKIP')
-
-pkgver() {
- cd $_pkgname
- git describe --always | sed 's|-|.|g;s|[^\.]*\.||;s|\.[^\.]*$||'
-}
-
-build() {
- cd $_pkgname
- bash 'do'
-}
-
-package() {
- cd $_pkgname
- install -Dm755 cjdroute "$pkgdir/usr/bin/cjdroute"
- install -Dm755 contrib/sh/run-cjdroute.sh "$pkgdir/usr/bin/run-cjdroute"
- install -Dm644 contrib/systemd/$_pkgname.service "$pkgdir/usr/lib/systemd/system/$_pkgname.service"
- install -Dm644 doc/man/cjdroute.conf.5 "$pkgdir/usr/share/man/man5/cjdroute.conf.5"
-}