]> git.pld-linux.org Git - packages/PDCurses.git/blob - PDCurses.spec
0de378635b58b9fb84bfcb162d87b9ad100cc924
[packages/PDCurses.git] / PDCurses.spec
1 Summary:        Public Domain Curses
2 Summary(pl):    Ogólnie dostêpna biblioteka Curses
3 Name:           PDCurses
4 Version:        2.6
5 Release:        1
6 Vendor:         Mark Hessling
7 Group:          Development/Languages
8 License:        Public Domain and LGPL
9 Source0:        http://dl.sourceforge.net/sourceforge/pdcurses/%{name}-%{version}.tar.gz
10 # Source0-md5:  a376c91c7fdfa0215f4c22024ca325f1
11 Patch0:         %{name}-DESTDIR.patch
12 URL:            http://pdcurses.sourceforge.net/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  autoconf
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 PDCurses is an implementation of the curses library for X11. It
19 provides the ability for existing text-mode curses programs to be
20 re-built as native X11 applications with very little modification.
21 PDCurses for X11 is also known as XCurses. For more information on
22 PDCurses, visit http://pdcurses.sourceforge.net/ .
23
24 %description -l pl
25 PDCurses jest implementacj± biblioteki curses dla X11. Umo¿liwia ona
26 przebudowanie istniej±cych programów tekstowych korzystaj±cych z
27 curses jako natywne aplikacje X11 po jedynie niewielkich
28 modyfikacjach. PDCurses dla X11 jest znana tak¿e jako XCurses. Wiêcej
29 informacji na temat PDCurses mo¿na znale¼æ na stronie
30 http://pdcurses.sourceforge.net/ .
31
32 %prep
33 %setup -q
34 %patch0
35
36 %build
37 %{__autoconf}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README TODO doc
53 %attr(755,root,root) %{_bindir}/*
54 %attr(755,root,root) %{_libdir}/*.so
55 %{_libdir}/*.a
56 %{_includedir}/%{name}/*.h
This page took 0.039745 seconds and 2 git commands to generate.