[arch-commits] Commit in libuv/repos (4 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Feb 26 14:11:27 UTC 2015
Date: Thursday, February 26, 2015 @ 15:11:27
Author: mtorromeo
Revision: 128276
archrelease: copy trunk to community-i686, community-x86_64
Added:
libuv/repos/community-i686/PKGBUILD
(from rev 128275, libuv/trunk/PKGBUILD)
libuv/repos/community-x86_64/PKGBUILD
(from rev 128275, libuv/trunk/PKGBUILD)
Deleted:
libuv/repos/community-i686/PKGBUILD
libuv/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 100 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 46 --------------------
community-x86_64/PKGBUILD | 46 --------------------
3 files changed, 100 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-26 14:10:53 UTC (rev 128275)
+++ community-i686/PKGBUILD 2015-02-26 14:11:27 UTC (rev 128276)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.4.1
-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')
-source=("https://github.com/libuv/libuv/archive/v$pkgver.tar.gz")
-
-prepare() {
- cd "$srcdir"/$pkgname-$pkgver
- sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
-}
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-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
-}
-
-sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')
Copied: libuv/repos/community-i686/PKGBUILD (from rev 128275, libuv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 14:11:27 UTC (rev 128276)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.4.1
+pkgrel=2
+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.tar.gz")
+
+prepare() {
+ cd "$srcdir"/$pkgname-$pkgver
+ sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
+}
+
+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
+}
+
+sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-26 14:10:53 UTC (rev 128275)
+++ community-x86_64/PKGBUILD 2015-02-26 14:11:27 UTC (rev 128276)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=libuv
-pkgver=1.4.1
-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')
-source=("https://github.com/libuv/libuv/archive/v$pkgver.tar.gz")
-
-prepare() {
- cd "$srcdir"/$pkgname-$pkgver
- sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
-}
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./autogen.sh
- ./configure --prefix=/usr
- make
-}
-
-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
-}
-
-sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')
Copied: libuv/repos/community-x86_64/PKGBUILD (from rev 128275, libuv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-26 14:11:27 UTC (rev 128276)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=libuv
+pkgver=1.4.1
+pkgrel=2
+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.tar.gz")
+
+prepare() {
+ cd "$srcdir"/$pkgname-$pkgver
+ sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
+}
+
+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
+}
+
+sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')
More information about the arch-commits
mailing list