summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-07-02 01:30:46 +0200
committerBaptiste Jonglez2016-07-02 01:30:46 +0200
commit6617d92a31977f8527a89dd47e3023bdfa9a6fdf (patch)
tree40d54a331fe70fd913e823201b0db3c7618cf63f
parent86f97769b9e7ff39287a915d9b662739a89e2ccd (diff)
downloadaur-6617d92a31977f8527a89dd47e3023bdfa9a6fdf.tar.gz
ring-daemon: minor cleanup
The autogen.sh script does some weird thing with git hooks, so run autoconf directly. Also, make sure that we don't start using contrib/ by accident.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70a356e6b2c..081e0983ef66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 23:27:08 UTC 2016
+# Fri Jul 1 23:30:51 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)
pkgver = 20160630
- pkgrel = 2
+ pkgrel = 3
url = http://ring.cx
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5565d450b870..6e78aff2680d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20160630
-pkgrel=2
+pkgrel=3
pkgdesc="A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)"
arch=("i686" "x86_64")
url="http://ring.cx"
@@ -25,12 +25,13 @@ build() {
cd "${pkgname%-git}"
msg2 'Building...'
- ./autogen.sh
+ autoreconf --force --install --verbose
LIBS="-lz" ./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/bin \
--sysconfdir=/etc \
+ --with-contrib="no" \
--enable-ipv6
make
}