blob: 3a440d0d021696ba6733d273cf239a715878f6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "A framework for simple filesystem replication \
and/or security monitoring and/or automatic file transformations"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "fget"
RDEPENDS = "fget"
SRC_URI = "http://www.bangstate.com/changedfiles-${PV}.tar.gz"
S = "${WORKDIR}/changedfiles-${PV}"
|