diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2014-04-06 16:14:16 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2014-04-06 16:14:16 +0000 |
commit | e608d10867b6142379a8b43398372a110c4c52da (patch) | |
tree | f42fb6eb304aebc8f58b064cd3d58bdc34f9d38c /cross/GenFw | |
parent | f9422043781b71feb65dfdd11518adb748d6c473 (diff) | |
download | pkgsrc-e608d10867b6142379a8b43398372a110c4c52da.tar.gz |
Import GenFw-0pre15188.
From https://svn.code.sf.net/p/edk2/code/trunk/edk2 r15188.
Convert ELF to PE-COFF for UEFI
Diffstat (limited to 'cross/GenFw')
-rw-r--r-- | cross/GenFw/DESCR | 1 | ||||
-rw-r--r-- | cross/GenFw/Makefile | 21 | ||||
-rw-r--r-- | cross/GenFw/PLIST | 2 | ||||
-rw-r--r-- | cross/GenFw/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/cross/GenFw/DESCR b/cross/GenFw/DESCR new file mode 100644 index 00000000000..191583330ae --- /dev/null +++ b/cross/GenFw/DESCR @@ -0,0 +1 @@ +Convert ELF to PE-COFF for UEFI diff --git a/cross/GenFw/Makefile b/cross/GenFw/Makefile new file mode 100644 index 00000000000..f7687d3e38f --- /dev/null +++ b/cross/GenFw/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/04/06 16:14:16 jakllsch Exp $ + +DISTNAME= GenFw-r15188 +PKGNAME= GenFw-0pre15188 +CATEGORIES= cross devel sysutils +MASTER_SITES= ${MASTER_SITE_LOCAL:=GenFw/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= jakllsch@NetBSD.org +HOMEPAGE= http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Edk2-buildtools +COMMENT= Convert ELF to PE-COFF for UEFI +LICENSE= 2-clause-bsd + +WRKSRC= ${WRKDIR}/GenFw + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/GenFw ${DESTDIR}${PREFIX}/bin/GenFw + +.include "../../mk/bsd.pkg.mk" diff --git a/cross/GenFw/PLIST b/cross/GenFw/PLIST new file mode 100644 index 00000000000..89806898eee --- /dev/null +++ b/cross/GenFw/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2014/04/06 16:14:16 jakllsch Exp $ +bin/GenFw diff --git a/cross/GenFw/distinfo b/cross/GenFw/distinfo new file mode 100644 index 00000000000..9331fb9a8ea --- /dev/null +++ b/cross/GenFw/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/04/06 16:14:16 jakllsch Exp $ + +SHA1 (GenFw-r15188.tar.xz) = 70b4a08bed0796ef5564589906eba43ea90d8545 +RMD160 (GenFw-r15188.tar.xz) = f9016fa23456f096388557a4d7151f36885b82dd +Size (GenFw-r15188.tar.xz) = 134644 bytes |