1 #Contributor: Dan Serban (dserban01 => gmail)
5 pkgdesc="Injects a user-specified date/time into the execution of an application so that it thinks the wall clock is different"
7 url="http://packages.debian.org/squeeze/datefudge"
10 source=('http://mirrors.kernel.org/debian/pool/main/d/datefudge/datefudge_1.14_i386.deb')
11 md5sums=('fa9e17b0d72fd6e298d2236955ae39c7')
16 ar -xv datefudge_1.14_i386.deb || return 1
17 tar -xvf data.tar.gz || return 1
18 msg2 "Done extracting."
20 mv $srcdir/usr $pkgdir
21 msg2 "Done moving files."