59 lines
2.1 KiB
XML
59 lines
2.1 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>efibootmgr</Name>
|
||
<Homepage>https://github.com/vathpela/efibootmgr</Homepage>
|
||
<Packager>
|
||
<Name>Aydın Demirel</Name>
|
||
<Email>aydin.demirel@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>GPL2</License>
|
||
<IsA>app:console</IsA>
|
||
<Summary>Tool to modify UEFI Firmware Boot Manager Variables</Summary>
|
||
<Description>a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager.</Description>
|
||
<Archive sha1sum="e4d96361e7d71117027ccf02a63545270e1eac5e" type="targz">https://github.com/rhinstaller/efibootmgr/archive/efibootmgr-0.12.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>pciutils-devel</Dependency>
|
||
<Dependency>zlib-devel</Dependency>
|
||
<Dependency>efivar</Dependency>
|
||
<Dependency>efivar-devel</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>efibootmgr</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>efivar</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/sbin</Path>
|
||
<Path fileType="man">/usr/share/man</Path>
|
||
<Path fileType="library">/usr/lib/*</Path>
|
||
</Files>
|
||
</Package>
|
||
<Package>
|
||
<Name>efibootmgr-devel</Name>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="2">
|
||
<Date>2016-06-08</Date>
|
||
<Version>0.12</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2016-04-01</Date>
|
||
<Version>0.12</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Alihan Öztürk</Name>
|
||
<Email>alihan@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|