gnu-efi add repo

This commit is contained in:
aydemir
2016-08-17 17:00:44 +03:00
parent 9e76941f2a
commit 3fa0870f05
6 changed files with 90157 additions and 90001 deletions
+90101 -89999
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
51da9b32730dd1a1c7fe30251bb851698124bacc
76b4457e86266db2cb9b71cea6079fe5bed00af9
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
89d3d054c6f8b66b427e5787920d2449ef940ab3
48a0879ad47c61d6e78e23e626802a00ec688a33
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def build():
options="lib gnuefi inc"
autotools.make(options)
def install():
autotools.rawInstall("INSTALLROOT=%s \
PREFIX='/usr'" % get.installDIR())
+37
View File
@@ -0,0 +1,37 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnu-efi</Name>
<Homepage>https://sourceforge.net/projects/gnu-efi/</Homepage>
<Packager>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Icon>yalm-cpp</Icon>
<IsA>Libry</IsA>
<Summary>Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), and IA-32 (x86) platforms using the GNU toolchain and the EFI development environment..</Summary>
<Description>GNU toolchain and the EFI development environment..</Description>
<Archive sha1sum="d016220a805e6f893bfb75e25b1d3fc99088e062" type="tarbz2">https://sourceforge.net/projects/gnu-efi/files/gnu-efi-3.0.4.tar.bz2</Archive>
</Source>
<Package>
<Name>gnu-efi</Name>
<Files>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/include/</Path>
<Path fileType="doc">/usr/share/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-08-16</Date>
<Version>3.0.4</Version>
<Comment>First release</Comment>
<Name>Ergün Salman</Name>
<Email>Poyraz76@pisilinux.org</Email>
</Update>
</History>
</PISI>