Mageia Bugzilla – Attachment 892 Details for
Bug 2926
littler, provides hash-bang (i.e. script starting with #!/some/path) capability for GNU R, as well as simple command-line and piping use.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Tentative spec for littler
littler.spec (text/x-rpm-spec), 972 bytes, created by
Malo DeniƩlou
on 2011-10-04 20:35:37 CEST
(
hide
)
Description:
Tentative spec for littler
Filename:
MIME Type:
Creator:
Malo DeniƩlou
Created:
2011-10-04 20:35:37 CEST
Size:
972 bytes
patch
obsolete
>%define name littler >%define version 0.1.5 >%define release %mkrel 1 > >Summary: A scripting front-end for GNU R >Name: %{name} >Version: %{version} >Release: %{release} >Source0: http://dirk.eddelbuettel.com/code/%{name}/%{name}-%{version}.tar.gz >License: GPLv2+ >Group: Development/Other >Url: http://dirk.eddelbuettel.com/code/littler.html > >BuildRequires: R-base >BuildRequires: libblas-devel >BuildRequires: liblapack-devel > >Requires: R-base > >%description >littler provides hash-bang (i.e. script starting with \#!/some/path) >capability for GNU R, as well as simple command-line and piping use. > >%prep >%setup -q > >%build >%configure -libdir %{_libdir} >%make > >%install >rm -rf %{buildroot} >export BINDIR=%{buildroot}%{bindir} >export DESTDIR=%{buildroot} >make install PREFIX=%{_prefix} > > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root) >%doc AUTHORS COPYING README >%{_bindir}/r >%{_mandir}/man1/* >
%define name littler %define version 0.1.5 %define release %mkrel 1 Summary: A scripting front-end for GNU R Name: %{name} Version: %{version} Release: %{release} Source0: http://dirk.eddelbuettel.com/code/%{name}/%{name}-%{version}.tar.gz License: GPLv2+ Group: Development/Other Url: http://dirk.eddelbuettel.com/code/littler.html BuildRequires: R-base BuildRequires: libblas-devel BuildRequires: liblapack-devel Requires: R-base %description littler provides hash-bang (i.e. script starting with \#!/some/path) capability for GNU R, as well as simple command-line and piping use. %prep %setup -q %build %configure -libdir %{_libdir} %make %install rm -rf %{buildroot} export BINDIR=%{buildroot}%{bindir} export DESTDIR=%{buildroot} make install PREFIX=%{_prefix} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING README %{_bindir}/r %{_mandir}/man1/*
View Attachment As Raw
Actions:
View
Attachments on
bug 2926
: 892