SPECS: dvtm.spec (NEW) - initial

uzsolt uzsolt at pld-linux.org
Tue Jan 27 16:37:14 CET 2009


Author: uzsolt                       Date: Tue Jan 27 15:37:14 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   dvtm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dvtm.spec
diff -u /dev/null SPECS/dvtm.spec:1.1
--- /dev/null	Tue Jan 27 16:37:14 2009
+++ SPECS/dvtm.spec	Tue Jan 27 16:37:09 2009
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	dvtm brings the concept of tiling window management to the console
+Summary(hu.UTF-8):	dvtm a tiling ablakkezelést valósítja meg konzolon
+Name:		dvtm
+Version:	0.5
+Release:	0.1
+License:	MIT/X
+Group:		Applications/Terminal
+Source0:	http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
+# Source0-md5:	076db11f53440c194cf24deceb469321
+URL:		http://www.brain-dump.org/projects/dvtm/
+BuildRequires:	ncurses-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dvtm brings the concept of tiling window management, popularized by
+X11-window managers like dwm to the console. As a console window
+manager it tries to make it easy to work with multiple console based
+programs like vim, mutt, cmus or irssi.
+
+%description -l hu.UTF-8
+dvtm a tiling ablakkezelők (pl. dwm) koncepcióját valósítja meg
+konzolon. Egy konzolos ablakkezelőként próbálja meg könnyűvé tenni a
+munkát több konzol alapú programmal egyidőben, mint pl. a vim, mutt,
+cmus vagy irssi.
+
+%prep
+%setup -q
+%{__sed} -i "s@^PREFIX.*@PREFIX = %{_prefix}@ ; \
+	s@\(^INCS =.*\)@\1 -I/usr/include/ncursesw@" config.mk
+
+%build
+# we want unicode
+%{__make} unicode
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/dvtm*
+%{_mandir}/man1/dvtm*
+
+%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  2009/01/27 15:37:09  uzsolt
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list