1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
Source: libefi
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib,
illumos-source-4.3,
libsunuuid1-dev, lib32sunuuid1-dev,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: libefi1
Section: libs
Priority: standard
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: EFI partition table library
This package contains libefi shared library.
.
The EFI partitions (Extensible Firmware Interface) is the replacement for
the standard boot sector partition table, also known as GUID partitions.
Rather than describing a partition with 16 bytes, there is a 128 byte
record, and of most importance, numbers are 64 bit numbers, rather than 32
bit numbers. The maximum capacity can there be described as very very large.
Package: libefi1-dev
Section: libdevel
Priority: optional
Architecture: illumos-any
Provides: libefi-dev
Depends: libefi1 (= ${binary:Version}), ${misc:Depends}, libc-dev,
libsunuuid1-dev | uuid-dev
Description: EFI partition table library (development files)
This package contains the header files and symlinks needed
to compile applications that use libefi.
.
The EFI partitions (Extensible Firmware Interface) is the replacement for
the standard boot sector partition table, also known as GUID partitions.
Rather than describing a partition with 16 bytes, there is a 128 byte
record, and of most importance, numbers are 64 bit numbers, rather than 32
bit numbers. The maximum capacity can there be described as very very large.
Package: lib32efi1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: EFI partition table library (32 bit)
This package contains libefi shared library.
.
The EFI partitions (Extensible Firmware Interface) is the replacement for
the standard boot sector partition table, also known as GUID partitions.
Rather than describing a partition with 16 bytes, there is a 128 byte
record, and of most importance, numbers are 64 bit numbers, rather than 32
bit numbers. The maximum capacity can there be described as very very large.
.
This is a 32-bit version of the library.
Package: lib32efi1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32efi-dev
Depends: lib32efi1 (= ${binary:Version}), libefi1-dev (= ${binary:Version}),
${misc:Depends}
Description: EFI partition table library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libefi.
.
The EFI partitions (Extensible Firmware Interface) is the replacement for
the standard boot sector partition table, also known as GUID partitions.
Rather than describing a partition with 16 bytes, there is a 128 byte
record, and of most importance, numbers are 64 bit numbers, rather than 32
bit numbers. The maximum capacity can there be described as very very large.
|