#------------------------------------------------------------------------------ # Copyright (c) 2001-2006 The Eisfair Team, c/o Frank Meyer, frank(at)eisfair(dot)org # # Creation: 2007-09-04 jed # Last Update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 # - needs the following library packages to be build: # # - needs the following packages to be build: ### download wget http://www.lavrsen.dk/twiki/bin/viewfile/Motion/MotionCGI?rev=1.1;filename=motion.cgi-0.1.tar.gz ### extract gzip -d motion.cgi-0.1.tar.gz tar xvf motion.cgi-0.1.tar cd motion.cgi-0.1 ### patch ### create .tgz file from ./motion directory and copy it to /tmp cd motion tar cvzf ../motion-cgi.tgz * --owner=root --group=root cp ../motion-cgi.tgz /tmp/