From 74225a7843ac515ab2be910b6c2851a4635ecc6d Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 20 May 2014 10:47:37 +0200
Subject: [PATCH] inotify-tools: move manpages to main pkg; -devel does not to
 depend on main pkg.

---
 srcpkgs/inotify-tools/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/inotify-tools/template b/srcpkgs/inotify-tools/template
index 057b9c67ac..b28766649c 100644
--- a/srcpkgs/inotify-tools/template
+++ b/srcpkgs/inotify-tools/template
@@ -1,12 +1,12 @@
 # Template build file for 'inotify-tools'
 pkgname=inotify-tools
 version=3.14
-revision=1
+revision=2
 build_style=gnu-configure
-short_desc="provides a simple interface to inotify"
+short_desc="Provides a simple interface to inotify"
 maintainer="Enno Boland <eb@s01.de>"
 license="GPLv2"
-hostmakedepends="autoconf automake libtool"
+hostmakedepends="automake libtool"
 homepage="http://wiki.github.com/rvoicilas/inotify-tools/"
 distfiles="https://github.com/rvoicilas/${pkgname}/archive/v${version}.tar.gz"
 checksum=97a4fdf9132da47c2baa677c1a427c435ee55a26df42b2b74a41489b9fbd2323
@@ -23,12 +23,11 @@ libinotify-tools_package() {
 }
 
 inotify-tools-devel_package() {
-	depends="inotify-tools>=${version}_${revision} libinotify-tools>=${version}_${revision}"
+	depends="libinotify-tools>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
 		vmove "usr/lib/*.a"
 		vmove "usr/lib/*.so"
-		vmove usr/share
 	}
 }