]> git.pld-linux.org Git - packages/boinc.git/commitdiff
- initial version
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 17 Oct 2004 20:19:53 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 0.1 ; could someone check it?

Changed files:
    boinc.spec -> 1.1

boinc.spec [new file with mode: 0644]

diff --git a/boinc.spec b/boinc.spec
new file mode 100644 (file)
index 0000000..348b97f
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       boinc is a bash script for unix like systems.
+Name:          boinc
+Version:       1.5
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://phileimer.9online.fr/%{name}-%{version}.tar.bz2
+# Source0-md5: 24a148365107dae762cbf76bc4cac8b4
+# Source0-size:        12859
+Patch0:                %{name}-path.patch
+Requires:      setiathome
+BuildArch:     noarch
+URL:           http://phileimer.9online.fr/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+boinc is a bash script for unix like systems.
+
+%prep
+%setup -q
+%patch0 -p0
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/%{_bindir}
+install -d $RPM_BUILD_ROOT%{_datadir}/boinc
+install boinc $RPM_BUILD_ROOT/%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/boinc
This page took 0.065727 seconds and 4 git commands to generate.