]> git.pld-linux.org Git - packages/boinc.git/blame - boinc.spec
- initial version
[packages/boinc.git] / boinc.spec
CommitLineData
e0b70e75
SP
1Summary: boinc is a bash script for unix like systems.
2Name: boinc
3Version: 1.5
4Release: 0.1
5License: GPL
6Group: Applications
7Source0: http://phileimer.9online.fr/%{name}-%{version}.tar.bz2
8# Source0-md5: 24a148365107dae762cbf76bc4cac8b4
9# Source0-size: 12859
10Patch0: %{name}-path.patch
11Requires: setiathome
12BuildArch: noarch
13URL: http://phileimer.9online.fr/
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17boinc is a bash script for unix like systems.
18
19%prep
20%setup -q
21%patch0 -p0
22
23%install
24rm -rf $RPM_BUILD_ROOT
25
26install -d $RPM_BUILD_ROOT/%{_bindir}
27install -d $RPM_BUILD_ROOT%{_datadir}/boinc
28install boinc $RPM_BUILD_ROOT/%{_bindir}
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(644,root,root,755)
35%doc CHANGES
36%attr(755,root,root) %{_bindir}/*
37%{_datadir}/boinc
This page took 0.100756 seconds and 4 git commands to generate.