]> git.pld-linux.org Git - packages/dvtm.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Tue, 27 Jan 2009 15:37:09 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvtm.spec -> 1.1

dvtm.spec [new file with mode: 0644]

diff --git a/dvtm.spec b/dvtm.spec
new file mode 100644 (file)
index 0000000..1a9e52b
--- /dev/null
+++ b/dvtm.spec
@@ -0,0 +1,46 @@
+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*
This page took 0.057406 seconds and 4 git commands to generate.