]> git.pld-linux.org Git - packages/gnu-efi.git/commitdiff
- new auto/ac/gnu-efi-3_0a-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Nov 2004 20:58:34 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnu-efi.spec -> 1.1

gnu-efi.spec [new file with mode: 0644]

diff --git a/gnu-efi.spec b/gnu-efi.spec
new file mode 100644 (file)
index 0000000..4aef267
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       GNU-EFI - building EFI applications using the GNU toolchain
+Summary(pl):   GNU-EFI - tworzenie aplikacji EFI przy u¿yciu narzêdzi GNU
+Name:          gnu-efi
+Version:       3.0a
+Release:       1
+# efilib is on Intel's BSD-like license, HP's glue code is GPL'd
+License:       GPL v2+, portions on Intel's BSD-like license (see README.*)
+Group:         Development/Libraries
+Source0:       ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz
+# Source0-md5: 0f613e693cbc3f35ff1863ac23954baf
+BuildRequires: binutils >= 2.11
+BuildRequires: gcc >= 5:3.0
+Requires:      binutils >= 2.11
+Requires:      gcc >= 5:3.0
+ExclusiveArch: %{ix86} ia64
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                specflags_ia64  -frename-registers
+
+%description
+GNU-EFI development environment allows to create EFI applications for
+IA-64 and x86 platforms using the GNU toolchain.
+
+%description -l pl
+¦rodowisko programistyczne GNU-EFI umo¿liwia tworzenie aplikacji EFI
+dla platform IA-64 i x86 przy u¿yciu narzêdzi GNU.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -fpic -Wall -fshort-wchar"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       INSTALLROOT=$RPM_BUILD_ROOT%{_prefix}
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a apps/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README.*
+%{_libdir}/lib*efi.a
+%{_libdir}/crt0-efi-*.o
+%{_libdir}/elf_*_efi.lds
+%{_includedir}/efi
+%{_examplesdir}/%{name}-%{version}
This page took 0.084301 seconds and 4 git commands to generate.