Summary: esh, the easy shell Summary(pl.UTF-8): esh - prosta powłoka Name: esh Version: 0.8.5 Release: 1 License: GPL Group: Applications/Shells Vendor: Ivan Tkatchev #Source0: http://esh.netpedia.net/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz # Source0-md5: ab8dc77db3eb7aa5b1097336a91cdd39 #URL: http://esh.netpedia.net/ BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _bindir /bin %description esh was primarily written out of a need for a simple and lightweight shell for Unix. As such, it deviates completely from all of the traditional shells, opting instead for a Lisp-like syntax. This allows exceptionally small size, both in terms of lines of code and memory consumption, while retaining remarkable flexibility and programmability. %description -l pl.UTF-8 esh został napisany w pierwszej kolejności z potrzeby posiadania prostej i małej powłoki uniksowej. Jako taki różni się od wszystkich innych powłok, przyjmując składnię podobną do Lispa. To pozwala na uzyskać wyjątkowo małe rozmiary, w rozmiarach kodu jak i w zużyciu pamięci przy zachowaniu dużej elastyczności i programowalności. %prep %setup -q -n esh %build %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}} install esh $RPM_BUILD_ROOT%{_bindir} install doc/esh.info $RPM_BUILD_ROOT%{_infodir} %post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc CHANGELOG CREDITS GC_README INSTALL READLNE-HACKS TODO doc/*.html emacs examples %attr(755,root,root) %{_bindir}/esh %{_infodir}/esh.info*