updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / datefudge / PKGBUILD
blob4835bb4c03dd88a4bc5560649b20b8cf99494904
1 #Contributor: Dan Serban (dserban01 => gmail)
2 pkgname=datefudge
3 pkgver=1.14
4 pkgrel=1
5 pkgdesc="Injects a user-specified date/time into the execution of an application so that it thinks the wall clock is different"
6 arch=('i686')
7 url="http://packages.debian.org/squeeze/datefudge"
8 license=('GPLv2')
9 depends=('glibc')
10 source=('http://mirrors.kernel.org/debian/pool/main/d/datefudge/datefudge_1.14_i386.deb')
11 md5sums=('fa9e17b0d72fd6e298d2236955ae39c7')
13 build()
15   msg "Extracting ..."
16   ar -xv datefudge_1.14_i386.deb || return 1
17   tar -xvf data.tar.gz || return 1
18   msg2 "Done extracting."
19   msg "Moving files .."
20   mv $srcdir/usr $pkgdir
21   msg2 "Done moving files."