Date: Saturday, August 22, 2015 @ 08:02:04 Author: fyan Revision: 138627
archrelease: copy trunk to community-i686, community-x86_64 Added: toxcore/repos/community-i686/ toxcore/repos/community-i686/PKGBUILD (from rev 138626, toxcore/trunk/PKGBUILD) toxcore/repos/community-x86_64/ toxcore/repos/community-x86_64/PKGBUILD (from rev 138626, toxcore/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) Copied: toxcore/repos/community-i686/PKGBUILD (from rev 138626, toxcore/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-08-22 06:02:04 UTC (rev 138627) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Håvard Pettersson <m...@haavard.me> +# Contributor: naxuroqa <naxuroqa at gmail.com> +# Contributor: Boohbah <boohbah at gmail.com> +# Contributor: Kevin MacMartin <prurigro at gmail dot com> + +pkgname=toxcore +pkgver=3496 +pkgrel=1 +pkgdesc='Secure, configuration-free, P2P Skype replacement backend' +arch=('i686' 'x86_64') +url='https://tox.chat' +license=('GPL3') +depends=('libconfig>=1.4' + 'libsodium>=1.0' + 'libvpx' + 'opus') +makedepends=('git' 'check') +conflicts=("tox") +provides=("tox") +source=("git+https://github.com/irungentoo/toxcore.git") +sha512sums=('SKIP') + +pkgver() { + cd $pkgname + git rev-list --count HEAD +} + +build() { + cd $pkgname + autoreconf -if + ./configure \ + --prefix=/usr \ + --enable-daemon \ + --disable-ntox \ + --disable-tests + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install + install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service "$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service" +} Copied: toxcore/repos/community-x86_64/PKGBUILD (from rev 138626, toxcore/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-08-22 06:02:04 UTC (rev 138627) @@ -0,0 +1,50 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Håvard Pettersson <m...@haavard.me> +# Contributor: naxuroqa <naxuroqa at gmail.com> +# Contributor: Boohbah <boohbah at gmail.com> +# Contributor: Kevin MacMartin <prurigro at gmail dot com> + +pkgname=toxcore +pkgver=3496 +pkgrel=1 +pkgdesc='Secure, configuration-free, P2P Skype replacement backend' +arch=('i686' 'x86_64') +url='https://tox.chat' +license=('GPL3') +depends=('libconfig>=1.4' + 'libsodium>=1.0' + 'libvpx' + 'opus') +makedepends=('git' 'check') +conflicts=("tox") +provides=("tox") +source=("git+https://github.com/irungentoo/toxcore.git") +sha512sums=('SKIP') + +pkgver() { + cd $pkgname + git rev-list --count HEAD +} + +build() { + cd $pkgname + autoreconf -if + ./configure \ + --prefix=/usr \ + --enable-daemon \ + --disable-ntox \ + --disable-tests + make +} + +check() { + cd $pkgname + make check +} + +package() { + cd $pkgname + make DESTDIR="$pkgdir" install + install -Dm644 ./other/bootstrap_daemon/tox-bootstrapd.service "$pkgdir/usr/lib/systemd/system/tox-bootstrapd.service" +}