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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Feb 26 14:10:53 UTC 2015


    Date: Thursday, February 26, 2015 @ 15:10:53
  Author: mtorromeo
Revision: 128275

upgpkg: libuv 1.4.1-2

Include man pages (implements #43954)

Modified:
  libuv/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-26 13:55:05 UTC (rev 128274)
+++ PKGBUILD	2015-02-26 14:10:53 UTC (rev 128275)
@@ -3,12 +3,13 @@
 
 pkgname=libuv
 pkgver=1.4.1
-pkgrel=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() {
@@ -21,6 +22,7 @@
 	./autogen.sh
 	./configure --prefix=/usr
 	make
+	make man -C docs
 }
 
 check() {
@@ -41,6 +43,8 @@
 		"$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