[arch-commits] Commit in toxcore/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Mon Feb 20 07:26:48 UTC 2017


    Date: Monday, February 20, 2017 @ 07:26:47
  Author: farseerfc
Revision: 213154

upgpkg: toxcore 1:0.1.6-2

toxcore revert to autotools to bring back bootstrapd

Modified:
  toxcore/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-20 03:16:45 UTC (rev 213153)
+++ PKGBUILD	2017-02-20 07:26:47 UTC (rev 213154)
@@ -10,7 +10,7 @@
 _pkgname=c-toxcore
 epoch=1
 pkgver=0.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
 url='https://tox.chat'
@@ -46,22 +46,23 @@
 
 build() {
   #cd $_pkgname-$pkgver
-  # autoreconf -if
-  # ./configure \
-  #   --prefix=/usr \
-  #   --enable-daemon \
-  #   --disable-ntox \
-  #   --enable-tests
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DDHT_BOOTSTRAP=on \
-        -DBOOTSTRAP_DAEMON=on \
-        -DBUILD_NTOX=off
+  autoreconf -if
+  ./configure \
+    --prefix=/usr \
+    --enable-daemon \
+    --disable-ntox \
+    --enable-tests
+  # cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  #       -DDHT_BOOTSTRAP=on \
+  #       -DBOOTSTRAP_DAEMON=on \
+  #       -DBUILD_NTOX=off
   make
 }
 
 check() {
   #cd $_pkgname-$pkgver
-  make test
+  make check
+  #make test
 }
 
 package() {



More information about the arch-commits mailing list