packages: neercs/neercs.spec (NEW) - new

glen glen at pld-linux.org
Thu Feb 24 10:18:56 CET 2011


Author: glen                         Date: Thu Feb 24 09:18:56 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/neercs:
   neercs.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/neercs/neercs.spec
diff -u /dev/null packages/neercs/neercs.spec:1.1
--- /dev/null	Thu Feb 24 10:18:56 2011
+++ packages/neercs/neercs.spec	Thu Feb 24 10:18:51 2011
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+Summary:	neercs, a screen replacement
+Name:		neercs
+Version:	0.1
+Release:	0.1
+License:	WTFPL v2
+Group:		Applications/Terminal
+# git clone git://git.zoy.org/neercs.git
+# tar --exclude-vcs -cjf neercs.tar.bz2 neercs
+Source0:	%{name}.tar.bz2
+# Source0-md5:	0b0e3cca24e86610c8f6d14e07abad4a
+URL:		http://caca.zoy.org/wiki/neercs
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+neercs is a work-in-progress libcaca project.
+
+Like GNU screen, it allows you to detach a session from a terminal,
+but provides unique features:
+
+- Grabbing a process that you forgot to start inside neercs
+- Great screensaver
+- 3D rotating cube to switch between full screen terms
+- Real time thumbnails of your shells
+- Special effects when closing a window
+- Various window layouts...
+
+%prep
+%setup -q -n %{name}
+install -d .auto
+
+%build
+%{__aclocal} -I .auto
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog COPYING NOTES README TODO
+%attr(755,root,root) %{_bindir}/mini-neercs
+%attr(755,root,root) %{_bindir}/neercs
+%{_mandir}/man1/neercs.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/02/24 09:18:51  glen
+- new
================================================================


More information about the pld-cvs-commit mailing list