]> git.pld-linux.org Git - packages/esh.git/blame - esh.spec
- dropped pre-cvs changelog
[packages/esh.git] / esh.spec
CommitLineData
152c611a 1Summary: esh, the easy shell
ed6022c0 2Summary(pl.UTF-8): esh - prosta powłoka
152c611a 3Name: esh
9319e2a5 4Version: 0.8.5
5Release: 1
152c611a 6License: GPL
234ae167 7Group: Applications/Shells
152c611a 8Vendor: Ivan Tkatchev <ivantk@yahoo.com>
2d845c52 9#Source0: http://esh.netpedia.net/%{name}-%{version}.tar.gz
10Source0: %{name}-%{version}.tar.gz
210eaa9d 11# Source0-md5: ab8dc77db3eb7aa5b1097336a91cdd39
2d845c52 12#URL: http://esh.netpedia.net/
bc73bf8a 13BuildRequires: readline-devel
152c611a 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _bindir /bin
00e5bfda 17
18%description
c1754297 19esh was primarily written out of a need for a simple and lightweight
20shell for Unix. As such, it deviates completely from all of the
21traditional shells, opting instead for a Lisp-like syntax. This allows
22exceptionally small size, both in terms of lines of code and memory
23consumption, while retaining remarkable flexibility and
24programmability.
00e5bfda 25
0cbc7c4e
JR
26%description -l pl.UTF-8
27esh został napisany w pierwszej kolejności z potrzeby posiadania
28prostej i małej powłoki uniksowej. Jako taki różni się od wszystkich
29innych powłok, przyjmując składnię podobną do Lispa. To pozwala na
30uzyskać wyjątkowo małe rozmiary, w rozmiarach kodu jak i w zużyciu
31pamięci przy zachowaniu dużej elastyczności i programowalności.
234ae167 32
00e5bfda 33%prep
34%setup -q -n esh
35
36%build
d816f277 37%{__make}
00e5bfda 38
00e5bfda 39%install
152c611a 40rm -rf $RPM_BUILD_ROOT
00e5bfda 41
152c611a 42install -d $RPM_BUILD_ROOT{%{_bindir},%{_infodir}}
00e5bfda 43
c51cb124 44install esh $RPM_BUILD_ROOT%{_bindir}
234ae167
PG
45install doc/esh.info $RPM_BUILD_ROOT%{_infodir}
46
539a1559
ER
47%post -p /sbin/postshell
48-/usr/sbin/fix-info-dir -c %{_infodir}
00e5bfda 49
539a1559
ER
50%postun -p /sbin/postshell
51-/usr/sbin/fix-info-dir -c %{_infodir}
00e5bfda 52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
152c611a 57%defattr(644,root,root,755)
9319e2a5 58%doc CHANGELOG CREDITS GC_README INSTALL READLNE-HACKS TODO doc/*.html emacs examples
c1754297 59%attr(755,root,root) %{_bindir}/esh
b1e45f95 60%{_infodir}/esh.info*
This page took 0.114339 seconds and 4 git commands to generate.