[packages/buildroot] new, version 2013.02
glen
glen at pld-linux.org
Sat Mar 23 22:29:45 CET 2013
commit 9c2bba692b01e5c280175f92497b482766d4cf08
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Mar 23 23:29:02 2013 +0200
new, version 2013.02
nothing useful in here yet
buildroot.spec | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/buildroot.git/commitdiff/9c2bba692b01e5c280175f92497b482766d4cf08
More information about the pld-cvs-commit
mailing list