Date: Wednesday, October 23, 2019 @ 13:37:22 Author: felixonmars Revision: 365387
archrelease: copy trunk to extra-x86_64 Added: libuv/repos/extra-x86_64/PKGBUILD (from rev 365386, libuv/trunk/PKGBUILD) Deleted: libuv/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 86 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-10-23 13:37:09 UTC (rev 365386) +++ PKGBUILD 2019-10-23 13:37:22 UTC (rev 365387) @@ -1,43 +0,0 @@ -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=libuv -pkgver=1.33.0 -pkgrel=1 -pkgdesc="Multi-platform support library with a focus on asynchronous I/O" -arch=('x86_64') -url="https://github.com/libuv/libuv" -license=('custom') -depends=('glibc' 'libnsl') -makedepends=('python-sphinx') -source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('0b0767d9743931060fe9347ca239d8fb3192a2e0182101dc8f55ab3c9a7440967eda062cc2b3b8b1aede4bdda690e5c20e55ad258c273a1518412e08bf8b8707') - -build() { - cd $pkgname-$pkgver - ./autogen.sh - ./configure --prefix=/usr - make - make man -C docs -} - -check() { - cd $pkgname-$pkgver - make check -} - -package() { - cd $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 -} Copied: libuv/repos/extra-x86_64/PKGBUILD (from rev 365386, libuv/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-10-23 13:37:22 UTC (rev 365387) @@ -0,0 +1,43 @@ +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=libuv +pkgver=1.33.1 +pkgrel=1 +pkgdesc="Multi-platform support library with a focus on asynchronous I/O" +arch=('x86_64') +url="https://github.com/libuv/libuv" +license=('custom') +depends=('glibc' 'libnsl') +makedepends=('python-sphinx') +source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha512sums=('0200aae2d38c26f537658955479cbc54fb69d5d8cbbccf3016cea319b2c46b1f311ca7a8fc289f14532acbbf2905cf96b17353b8b92bf09802424c372701d1d5') + +build() { + cd $pkgname-$pkgver + ./autogen.sh + ./configure --prefix=/usr + make + make man -C docs +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $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 +}