]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - datefudge/datefudge.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / datefudge / datefudge.nm
CommitLineData
c5ac16e3
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = datefudge
7version = 1.18
8release = 1
9
10groups = System/Tools
11url = http://anonscm.debian.org/gitweb/?p=users/robert/datefudge.git;a=summary
12license = GPLv2
13summary = A tool for faking the system date.
14
15description
16 Datefudge fakes the system date so that a program think the wall clock
17 is different. The faking is not complete; timestamp on files are not
18 affected in any way. This package is useful if you want to test the date
19 handling of your programs without changing the system clock.
20end
21
22source_dl = http://ftp.de.debian.org/debian/pool/main/d/%{name}/
23sources = %{name}_%{version}.tar.gz
24
25build
26 # Honor our CFLAGS.
27 make_build_targets += \
28 CFLAGS="%{CFLAGS}" \
29 LDFLAGS="%{LDFLAGS}"
30
31 test
32 make test
33 end
34
35 # Install libs to the correct place.
36 make_install_targets += \
37 libdir=%{libdir}/%{name}
38end
39
40packages
41 package %{name}
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46end