]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - lrmi/lrmi.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / lrmi / lrmi.nm
CommitLineData
045ee659
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = lrmi
7version = 0.10
156e58af 8release = 2
045ee659
MT
9
10# This is only supported on i686.
156e58af 11sup_arches = i686
045ee659
MT
12
13groups = System/Libraries
14url = http://sourceforge.net/projects/lrmi/
15license = MIT
16summary = Library for calling real mode BIOS routines.
17
18description
19 LRMI is a library for calling real mode BIOS routines.
20end
21
22source_dl = http://download.sourceforge.net/lrmi/
23
24build
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
35end
36
37packages
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
58end