source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.9/mindi-busybox/rpm/mindi-busybox.spec@ 1022

Last change on this file since 1022 was 1022, checked in by Bruno Cornec, 14 years ago

r3941@localhost: bruno | 2010-05-04 00:22:48 +0200
Trying to improve mindi-busybox pkg for fedora integration.

File size: 761 bytes
Line 
1#
2# $Id$
3#
4Summary: Busybox version suited for Mindi
5Name: PBPKG
6Version: PBVER
7Release: PBTAGPBSUF
8License: PBLIC
9Group: PBGRP
10Url: PBURL
11Source: PBREPO/PBSRC
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
13BuildRequires: PBBUILDREQ
14# Cf: https://bugzilla.redhat.com/show_bug.cgi?id=588550
15ExcludeArch: ppc
16
17%description
18This package provides a busybox version suited for Mindi.
19
20%prep
21%setup -q -n %name-%{version}
22
23%build
24make oldconfig
25make busybox
26
27%install
28rm -rf $RPM_BUILD_ROOT
29
30DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
31make CONFIG_PREFIX=$DESTDIR install
32
33%clean
34rm -rf $RPM_BUILD_ROOT
35
36%files
37%defattr(-,root,root)
38%doc ChangeLog INSTALL LICENSE AUTHORS README TODO NEWS
39#svn.log
40%{_libdir}/mindi
41
42%changelog
43PBLOG
Note: See TracBrowser for help on using the repository browser.