]> git.pld-linux.org Git - packages/psh.git/commitdiff
- build RPM.
authorcieciwa <cieciwa@pld-linux.org>
Thu, 24 Feb 2000 13:12:04 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    psh.spec -> 1.1

psh.spec [new file with mode: 0644]

diff --git a/psh.spec b/psh.spec
new file mode 100644 (file)
index 0000000..4842d64
--- /dev/null
+++ b/psh.spec
@@ -0,0 +1,58 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Perl Shell
+Summary(pl):   Perl Shell
+Name:          psh
+Version:       0.007
+Release:       1
+Copyright:     Artistic License
+Group:         Shells
+Group(pl):     Pow³oki
+Source0:       %name-%version.tar.gz
+URL0:          http://www.focusresearch.com/gregor/psh/index.html
+URL1:          http://sourceforge.net/project/?group_id=475
+BuildRequires: perl >= 5.005
+%requires_eq   perl = 5.005_03
+Requires:      %{perl_sitearch}
+Buildroot:     /tmp/%{name}-%{version}-root
+
+%define        _prefix /usr
+
+%description
+The Perl Shell (psh) combines aspects of bash and other shells with the power
+of Perl scripting.
+As author says: " It aspirate to be Your primary login shell"
+
+%description -l pl
+Perl shell (psh) jest pow³ok± która ³±czy w sobie mo¿liwo¶ci Bash'a i innych
+pow³ok z mo¿liwo¶ciami Perla.
+Autor twierdzi, ¿e pow³oka ta mo¿e aspirowaæ do bycia podstawow± pow³ok± pracy.
+
+%prep
+%setup -q
+
+%build
+perl Makefile.PL
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/perl5/5.00503/i686-pld-linux-thread
+make install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{3,1}/* \
+       CHANGES.pod README* TODO psh.NEWS HACKING RELEASE
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {CHANGES.pod,README,README.perl5.004,TODO,HACKING,RELEASE}.gz
+%attr(755,root,root) %{_bindir}/psh
+
+%{_libdir}/perl5/5.00503/*
+%{perl_sitelib}/*
+#%{perl_sitearch}/*
+
+%{_mandir}/man1/*
+%{_mandir}/man3/*
This page took 0.543397 seconds and 4 git commands to generate.