]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - kbd/kbd.nm
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / kbd / kbd.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = kbd
7 version = 1.15
8 release = 1
9 epoch = 1
10
11 groups = System/Base
12 url = http://ftp.altlinux.org/pub/people/legion/kbd
13 license = GPLv2+
14 summary = Tools for configuring the console (keyboard, virtual terminals, etc.).
15
16 description
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.
20 end
21
22 source_dl =
23 sources += kbd-latarcyrheb-16-fixed.tar.bz2
24 sources += kbd-latsun-fonts.tar.bz2
25
26 build
27 configure_options += \
28 --datadir=/lib/kbd
29
30 # Adding our own fonts
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
40 end
41
42 packages
43 package %{name}
44 end
45 end