]> git.ipfire.org Git - ipfire-3.x.git/blob - hostname/hostname.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / hostname / hostname.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = hostname
7 version = 3.15
8 release = 1
9
10 groups = System Environment/Base
11 url = http://packages.qa.debian.org/h/hostname.html
12 license = GPLv2+
13 summary = Utility to set/show the host name or domain name.
14
15 description
16 This package provides commands which can be used to display the system's
17 DNS name, and to display or set its hostname or NIS domain name.
18 end
19
20 source_dl = http://ftp.de.debian.org/debian/pool/main/h/hostname/
21 sources = %{name}_%{version}.tar.gz
22
23 build
24 DIR_APP = %{DIR_SRC}/%{name}
25
26 make_build_targets += \
27 CFLAGS="%{CFLAGS}"
28
29 make_install_targets += \
30 BASEDIR=%{BUILDROOT} \
31 BINDIR=%{bindir}
32 end
33
34 packages
35 package %{name}
36 groups += Base
37 end
38
39 conflicts
40 net-tools < 2.0
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end