Date: Wednesday, November 8, 2017 @ 12:10:42
  Author: felixonmars
Revision: 309035

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libuv/repos/testing-i686/
  libuv/repos/testing-i686/PKGBUILD
    (from rev 309034, libuv/trunk/PKGBUILD)
  libuv/repos/testing-x86_64/
  libuv/repos/testing-x86_64/PKGBUILD
    (from rev 309034, libuv/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   45 +++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: libuv/repos/testing-i686/PKGBUILD (from rev 309034, 
libuv/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-11-08 12:10:42 UTC (rev 309035)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=libuv
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+
+build() {
+       cd "$srcdir"/$pkgname-$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+       make man -C docs
+}
+
+check() {
+       cd "$srcdir"/$pkgname-$pkgver
+       make check
+}
+
+package() {
+       cd "$srcdir"/$pkgname-$pkgver
+
+       make DESTDIR="$pkgdir" install
+
+       install -Dm644 LICENSE \
+               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+       install -Dm644 AUTHORS \
+               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+       install -Dm644 README.md \
+               "$pkgdir"/usr/share/doc/$pkgname/README.md
+       install -Dm644 ChangeLog \
+               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+       install -Dm644 docs/build/man/libuv.1 \
+               "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha512sums=('c828a26d3bfbde40cb272087e1aa20bfb0dd93efc4d71d3917bd68a760d373acd40f0c8186a980cf9e1a66693e816bea35b8c9c026f5a051c3334ac7bbba9e95')

Copied: libuv/repos/testing-x86_64/PKGBUILD (from rev 309034, 
libuv/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-11-08 12:10:42 UTC (rev 309035)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=libuv
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv";
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+
+build() {
+       cd "$srcdir"/$pkgname-$pkgver
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+       make man -C docs
+}
+
+check() {
+       cd "$srcdir"/$pkgname-$pkgver
+       make check
+}
+
+package() {
+       cd "$srcdir"/$pkgname-$pkgver
+
+       make DESTDIR="$pkgdir" install
+
+       install -Dm644 LICENSE \
+               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+       install -Dm644 AUTHORS \
+               "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+       install -Dm644 README.md \
+               "$pkgdir"/usr/share/doc/$pkgname/README.md
+       install -Dm644 ChangeLog \
+               "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+       install -Dm644 docs/build/man/libuv.1 \
+               "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha512sums=('c828a26d3bfbde40cb272087e1aa20bfb0dd93efc4d71d3917bd68a760d373acd40f0c8186a980cf9e1a66693e816bea35b8c9c026f5a051c3334ac7bbba9e95')

Reply via email to