blob: 2d12802cbcbec7e6076e1b3825b95e0a8e8cff17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Motion - a motion detection program"
HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
PRIORITY = "optional"
PR = "r0"
LICENSE = "GPL"
DEPENDS = "jpeg"
PRIORITY = "optional"
SRC_URI = "${SOURCEFORGE_MIRROR}/motion/motion-3.2.6.tar.gz"
inherit autotools
|