]> git.pld-linux.org Git - packages/dvtm.git/blame - dvtm.spec
- remove "old" requires
[packages/dvtm.git] / dvtm.spec
CommitLineData
6dccb9ad 1Summary: dvtm brings the concept of tiling window management to the console (UTF version)
25e73496
ZU
2Summary(hu.UTF-8): dvtm a tiling ablakkezelést valósítja meg konzolon
3Name: dvtm
de88e789 4Version: 0.5.1
25e73496
ZU
5Release: 0.1
6License: MIT/X
7Group: Applications/Terminal
8Source0: http://www.brain-dump.org/projects/dvtm/%{name}-%{version}.tar.gz
de88e789 9# Source0-md5: 15af44198d6a636190480122b8de7155
25e73496
ZU
10URL: http://www.brain-dump.org/projects/dvtm/
11BuildRequires: ncurses-devel
6dccb9ad 12BuildRequires: sed >= 4.0
25e73496
ZU
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16dvtm brings the concept of tiling window management, popularized by
17X11-window managers like dwm to the console. As a console window
18manager it tries to make it easy to work with multiple console based
19programs like vim, mutt, cmus or irssi.
20
21%description -l hu.UTF-8
22dvtm a tiling ablakkezelők (pl. dwm) koncepcióját valósítja meg
23konzolon. Egy konzolos ablakkezelőként próbálja meg könnyűvé tenni a
24munkát több konzol alapú programmal egyidőben, mint pl. a vim, mutt,
25cmus vagy irssi.
26
27%prep
28%setup -q
29%{__sed} -i "s@^PREFIX.*@PREFIX = %{_prefix}@ ; \
30 s@\(^INCS =.*\)@\1 -I/usr/include/ncursesw@" config.mk
31
32%build
6dccb9ad 33%{__make}
25e73496
ZU
34
35%install
36rm -rf $RPM_BUILD_ROOT
37%{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
de88e789 44%attr(755,root,root) %{_bindir}/dvtm*
25e73496 45%{_mandir}/man1/dvtm*
This page took 0.065034 seconds and 4 git commands to generate.