General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

mindi-busybox spec file : Dries RPM Repository

Back to the mindi-busybox rpms

Current spec in pydar2:


# $Id: mindi-busybox.spec 5986 2007-11-13 10:12:35Z dag $
# Authority: dag

Summary: Busybox version suited for Mindi
Name: mindi-busybox
Version: 1.7.2
Release: 1
License: GPL
Group: Applications/Archiving
URL: http://www.mondorescue.org/

Source: ftp://ftp.mondorescue.org/src/mindi-busybox-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

ExcludeArch: ppc

%description
This package provides a busybox version suited for Mindi.

%prep
%setup

%build
%{__make} oldconfig
%{__make} busybox

%install
%{__rm} -rf %{buildroot}
%{__make} install CONFIG_PREFIX="%{buildroot}%{_libdir}/mindi/rootfs"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog INSTALL LICENSE README svn.log TODO
%dir %{_libdir}/mindi/
%{_libdir}/mindi/rootfs/

%changelog
* Fri Nov 09 2007 Dag Wieers  - 1.7.2-1
- Initial package. (using DAR)