]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/kbd/kbd.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / kbd / kbd.nm
CommitLineData
f5b9a090 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
f5b9a090
MT
4###############################################################################
5
802ea3af
MT
6name = kbd
7version = 1.15
8release = 1
9epoch = 1
f5b9a090 10
802ea3af
MT
11groups = System/Base
12url = http://ftp.altlinux.org/pub/people/legion/kbd
13license = GPLv2+
14summary = Tools for configuring the console (keyboard, virtual terminals, etc.).
f5b9a090 15
802ea3af 16description
f5b9a090
MT
17 The kbd package contains tools for managing a Linux \
18 system's console's behavior, including the keyboard, the screen \
19 fonts, the virtual terminals and font files.
802ea3af 20end
f5b9a090 21
802ea3af
MT
22source_dl =
23sources += kbd-latarcyrheb-16-fixed.tar.bz2
24sources += kbd-latsun-fonts.tar.bz2
f5b9a090 25
802ea3af
MT
26build
27 configure_options += \
28 --datadir=/lib/kbd
29
f5b9a090 30 # Adding our own fonts
802ea3af
MT
31 prepare_cmds
32 %{MACRO_EXTRACT} %{DIR_DL}/kbd-latarcyrheb-16-fixed.tar.bz2
33 %{MACRO_EXTRACT} %{DIR_DL}/kbd-latsun-fonts.tar.bz2
34 end
35
36 install_cmds
37 mkdir -pv %{BUILDROOT}/bin
38 mv -v %{BUILDROOT}/usr/bin/{kbd_mode,loadkeys,openvt,setfont} %{BUILDROOT}/bin
39 end
40end
41
42packages
43 package %{name}
44 end
45end