summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-10-31 14:57:16 -0400
committerPhilippe Proulx2016-10-31 14:57:16 -0400
commit351c900cc403999451276741d6e307086b1b4b67 (patch)
tree669b6104603cdf92d7a39bfc80496f6265b4b631
parent0d4d4b694666f5b0dc507b55b6e3edf94e199d0b (diff)
downloadaur-351c900cc403999451276741d6e307086b1b4b67.tar.gz
Build man pages and make-depend on asciidoc/xmlto
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd7ef4ca1eaf..b40ab3c9301e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 05:44:01 UTC 2016
+# Mon Oct 31 18:56:51 UTC 2016
pkgbase = lttng-ust
pkgdesc = LTTng user space tracing libraries for LTTng
pkgver = 2.8.1
@@ -10,6 +10,8 @@ pkgbase = lttng-ust
license = LGPL2.1
license = GPL2
license = MIT
+ makedepends = asciidoc
+ makedepends = xmlto
depends = liburcu>=0.7.2
depends = util-linux
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 93bf14401681..22da80ca6d51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="LTTng user space tracing libraries for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('LGPL2.1' 'GPL2' 'MIT')
+makedepends=('asciidoc' 'xmlto')
depends=('liburcu>=0.7.2' 'util-linux' 'python')
optdepends=(
'lttng-tools: LTTng tracing control tools'
@@ -19,7 +20,7 @@ sha1sums=('8bebdcbcb453d2643fb226dbe92de61764f1ee3b')
build()
{
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-man-pages
make
}