blob: 73376b525111cc5eb5c87b3bab60176137719e5d (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "fileschanged is a GNU/Linux command-line utility that reports when files have been altered"
LICENSE = "GPL"
DEPENDS = "gamin"
SRC_URI = " \
${SOURCEFORGE_MIRROR}/fileschanged/fileschanged-${PV}.tar.gz;name=fileschanged-${PV} \
file://fileschanged-no-man-build.patch;patch=1 \
"
inherit autotools
|