Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 8ffbad078bf9b91d0297ad24f7517530 > files > 2

shc-3.8.9-2.mga3.src.rpm

Name:		shc
Version:	3.8.9
Release:	%mkrel 2
Summary:	Generic shell script compiler
License:	GPLv2
Group:		Development/Other
Url:		http://www.datsi.fi.upm.es/~frosal/

Source0:	http://www.datsi.fi.upm.es/~frosal/sources/%{name}-%{version}.tgz

%description
A generic shell script compiler. Shc takes a script, which is
specified on the command line and produces C source code. The
generated source code is then compiled and linked to produce a
stripped binary executable. Use with care.

%prep
%setup -q

%build
mv shc-3.8.9.c shc.c
%make

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
# The two following instructions were adapted from the Makefile
install -c -s %{name} %{buildroot}%{_bindir}
install -c -m 644 %{name}.1 %{buildroot}%{_mandir}/man1

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.xz



%changelog

* Mon Jan 14 2013 umeabot <umeabot> 3.8.9-2.mga3
+ Revision: 381963
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Oct 01 2012 obgr_seneca <obgr_seneca> 3.8.9-1.mga3
+ Revision: 301617
- New version

* Wed Nov 16 2011 obgr_seneca <obgr_seneca> 3.8.7-1.mga2
+ Revision: 168161
- imported package shc