[packages/urxvt-perls] - new

atler atler at pld-linux.org
Sun Feb 16 18:39:18 CET 2014


commit c899d4ca1fd83b7923b48daf383c7000503f0a1a
Author: Jan Palus <jan.palus at gmail.com>
Date:   Sun Feb 16 18:39:02 2014 +0100

    - new

 urxvt-perls.spec | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
---
diff --git a/urxvt-perls.spec b/urxvt-perls.spec
new file mode 100644
index 0000000..7432516
--- /dev/null
+++ b/urxvt-perls.spec
@@ -0,0 +1,36 @@
+Summary:	A small collection of perl extensions for the rxvt-unicode terminal emulator
+Name:		urxvt-perls
+Version:	2.1
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://github.com/muennich/urxvt-perls/archive/%{version}.tar.gz?/%{name}-%{version}.tar.gz
+# Source0-md5:	656dace02d55536954154f530e8a0cb3
+URL:		http://github.com/muennich/urxvt-perls
+Requires:	urxvt
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		urxvtperldir %{_libdir}/urxvt/perl
+
+%description
+A small collection of perl extensions for the rxvt-unicode terminal
+emulator.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{urxvtperldir}
+install clipboard $RPM_BUILD_ROOT%{urxvtperldir}
+install keyboard-select $RPM_BUILD_ROOT%{urxvtperldir}
+install url-select $RPM_BUILD_ROOT%{urxvtperldir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{urxvtperldir}/clipboard
+%{urxvtperldir}/keyboard-select
+%{urxvtperldir}/url-select
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/urxvt-perls.git/commitdiff/c899d4ca1fd83b7923b48daf383c7000503f0a1a



More information about the pld-cvs-commit mailing list