]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - lrmi/lrmi.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / lrmi / lrmi.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = lrmi
7 version = 0.10
8 release = 2
9
10 # This is only supported on i686.
11 sup_arches = i686
12
13 groups = System/Libraries
14 url = http://sourceforge.net/projects/lrmi/
15 license = MIT
16 summary = Library for calling real mode BIOS routines.
17
18 description
19 LRMI is a library for calling real mode BIOS routines.
20 end
21
22 source_dl = http://download.sourceforge.net/lrmi/
23
24 build
25 requires
26 kernel-headers
27 end
28
29 make_build_targets = liblrmi.so vbetest CFLAGS="%{CFLAGS}"
30
31 install
32 make install LIBDIR=%{BUILDROOT}%{libdir} INCDIR=%{BUILDROOT}%{includedir}
33 install -D -p -m755 vbetest %{BUILDROOT}%{sbindir}/vbetest
34 end
35 end
36
37 packages
38 package %{name}
39 provides += lib%{name} = %{thisver}
40 end
41
42 package %{name}-devel
43 template DEVEL
44
45 provides += lib%{name}-devel = %{thisver}
46 end
47
48 package vbetest
49 summary = Utility for listing and testing VESA graphics modes
50 description = %{summary}.
51
52 files = %{sbindir}/vbetest
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58 end