From 9c2bba692b01e5c280175f92497b482766d4cf08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 23 Mar 2013 23:29:02 +0200 Subject: [PATCH 1/1] new, version 2013.02 nothing useful in here yet --- buildroot.spec | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 buildroot.spec diff --git a/buildroot.spec b/buildroot.spec new file mode 100644 index 0000000..0089778 --- /dev/null +++ b/buildroot.spec @@ -0,0 +1,36 @@ +Summary: making Embedded Linux easy +Name: buildroot +Version: 2013.02 +Release: 0.1 +License: GPL v2+ +Group: Applications/File +Source0: http://buildroot.uclibc.org/downloads/%{name}-%{version}.tar.bz2 +# Source0-md5: e5bd97ef02208014fd998d5ebe498e3f +URL: http://buildroot.uclibc.org/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Buildroot is a set of Makefiles and patches that makes it easy to +generate a complete embedded Linux system. Buildroot can generate any +or all of a cross-compilation toolchain, a root filesystem, a kernel +image and a bootloader image. Buildroot is useful mainly for people +working with small or embedded systems, using various CPU +architectures (x86, ARM, MIPS, PowerPC, etc.) : it automates the +building process of your embedded system and eases the +cross-compilation process. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES -- 2.44.0