into handhelds.org:/home/kergoth/code/packages
2004/12/01 06:08:55-06:00 ti.com!kergoth
Fix the changedfiles-daemon build.
BKrev: 41adb458OR6kvlrx6EaAnAowowBFIw
-DESCRIPTION = "A framework for simple filesystem replication \
-and/or security monitoring and/or automatic file transformations"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-DEPENDS = "fget"
-RDEPENDS = "fget"
+include changedfiles.inc
+PR = "r1"
-SRC_URI = "http://www.bangstate.com/changedfiles-${PV}.tar.gz"
-S = "${WORKDIR}/changedfiles-${PV}"
+SRC_URI += "file://autofoo.patch;patch=1"
inherit autotools
-do_configure() {
- gnu-configize
- oe_runconf
-}
-
do_compile() {
oe_runmake daemon
}
-DESCRIPTION = "A framework for simple filesystem replication \
-and/or security monitoring and/or automatic file transformations"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
+include changedfiles.inc
-SRC_URI = "http://www.bangstate.com/changedfiles-${PV}.tar.gz"
-S = "${WORKDIR}/changedfiles-${PV}/module"
+B = "${WORKDIR}/changedfiles-${PV}/module"
inherit module