summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2019-09-25 13:08:30 -0700
committerBen Widawsky2019-09-25 13:08:30 -0700
commitc7d358620acae40bbdf30713c584d3105a2fe166 (patch)
tree31bf96746d3d1c578a04a6b4a676b37f816c01fe
parent2c17af497d7997a994f45fda9bcd3817c2730ee7 (diff)
downloadaur-c7d358620acae40bbdf30713c584d3105a2fe166.tar.gz
Add the man pages.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f6af7a2d4a..899699675e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = icecream
install = icecream.install
arch = x86_64
license = GPL2
+ makedepends = docbook2x
depends = bash
depends = libcap-ng
depends = libarchive
diff --git a/PKGBUILD b/PKGBUILD
index 985962c37b97..b79734a637c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="takes compile jobs from your build and distributes it to remote machines allowing a parallel build on several machines."
url="http://en.opensuse.org/Icecream"
license=('GPL2')
-makedepends=('')
+makedepends=('docbook2x')
depends=('bash' 'libcap-ng' 'libarchive' 'lzo' 'zstd')
provides=('icecream')
optdepends=('icecream-sundae: A commandline monitor for Icecream'
@@ -36,7 +36,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./autogen.sh
- ./configure --prefix=/usr/lib/icecream --enable-shared --disable-static --without-man
+ ./configure --prefix=/usr/lib/icecream --enable-shared --disable-static --mandir=/usr/share/man
make
}