blob: 26e7e8459242d3c89f2b28e753a9b37a9c1dec12 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Command line tools and C library providing a simple interface to inotify"
2AUTHOR = "Rohan McGovern <rohan@mcgovern.id.au>"
3HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools"
4SECTION = "console/devel"
5LICENSE = "GPL-2.0"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
7
Andrew Geissler4b7c1152020-11-30 19:55:29 -06008SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8"
9PV = "3.20.11.0"
Patrick Williamsddad1a12017-02-23 20:36:32 -060010
Andrew Geissler4b7c1152020-11-30 19:55:29 -060011SRC_URI = "git://github.com/rvoicilas/${BPN}"
Patrick Williamsddad1a12017-02-23 20:36:32 -060012
13S = "${WORKDIR}/git"
14
15inherit autotools
16
17EXTRA_OECONF = "--disable-doxygen"
18
19PACKAGES =+ "libinotifytools"
20
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:libinotifytools = "${libdir}/lib*.so.*"