]> git.ipfire.org Git - ipfire-3.x.git/blame - hostname/hostname.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / hostname / hostname.nm
CommitLineData
105300e7
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = hostname
7version = 3.15
8release = 1
9
10groups = System Environment/Base
11url = http://packages.qa.debian.org/h/hostname.html
12license = GPLv2+
13summary = Utility to set/show the host name or domain name.
14
15description
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.
18end
19
20source_dl = http://ftp.de.debian.org/debian/pool/main/h/hostname/
21sources = %{name}_%{version}.tar.gz
22
23build
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}
32end
33
34packages
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
46end