]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - datefudge/datefudge.nm
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / datefudge / datefudge.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = datefudge
7 version = 1.18
8 release = 1
9
10 groups = System/Tools
11 url = http://anonscm.debian.org/gitweb/?p=users/robert/datefudge.git;a=summary
12 license = GPLv2
13 summary = A tool for faking the system date.
14
15 description
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.
20 end
21
22 source_dl = http://ftp.de.debian.org/debian/pool/main/d/%{name}/
23 sources = %{name}_%{version}.tar.gz
24
25 build
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}
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end