]> git.pld-linux.org Git - packages/DFBTerm.git/blob - DFBTerm.spec
- release 11 (rebuild with DirectFB 1.7.7)
[packages/DFBTerm.git] / DFBTerm.spec
1 Summary:        DFBTerm - terminal application for DirectFB
2 Summary(pl.UTF-8):      DFBTerm - emulator terminala dla DirectFB
3 Name:           DFBTerm
4 Version:        0.8.15
5 Release:        11
6 License:        MIT
7 Group:          Applications/Graphics
8 Source0:        http://www.directfb.net/downloads/Programs/%{name}-%{version}.tar.gz
9 # Source0-md5:  0e554bbb65052289d01415f7042d72d2
10 Patch0:         %{name}-font.patch
11 URL:            http://www.directfb.net/index.php?path=Development/Projects/DFBTerm
12 BuildRequires:  DirectFB-devel >= 0.9.14
13 BuildRequires:  LiTE-devel >= 0.4.2
14 BuildRequires:  automake
15 BuildRequires:  pkgconfig
16 Requires:       DirectFB-font-ft2
17 Requires:       DirectFB-image-png
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 DFBTerm is a terminal application for DirectFB. It uses LiTE (LiTE is
22 a Toolkit Engine) and has a very nice anti aliased fixed width font.
23  
24 %description -l pl.UTF-8
25 DFBTerm to emulator terminala dla DirectFB. Korzysta z toolkitu LiTE i
26 ma bardzo ładny font o stałej szerokości znaków z antyaliasingiem.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 cp -f /usr/share/automake/config.sub .
34 %configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS COPYING ChangeLog
50 %attr(755,root,root) %{_bindir}/dfbterm
51 %attr(755,root,root) %{_sbindir}/dfbterm-pty-helper
This page took 0.069979 seconds and 3 git commands to generate.