]> git.pld-linux.org Git - packages/PDCurses.git/blame - PDCurses.spec
- DESTDIR patch
[packages/PDCurses.git] / PDCurses.spec
CommitLineData
68dfe0b0 1Summary: Public Domain Curses
2Name: PDCurses
3Version: 2.6
4Release: 1
5Vendor: Mark Hessling
6Group: Development/Languages
7License: Public Domain and LGPL
8Source0: http://dl.sourceforge.net/sourceforge/pdcurses/%{name}-%{version}.tar.gz
9# Source0-md5: a376c91c7fdfa0215f4c22024ca325f1
10Patch0: %{name}-DESTDIR.patch
11URL: http://pdcurses.sourceforge.net
12BuildRequires: XFree86-devel
13BuildRequires: autoconf
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17PDCurses is an implementation of the curses library for X11. It
18provides the ability for existing text-mode curses programs to be
19re-built as native X11 applications with very little modification.
20PDCurses for X11 is also known as XCurses. For more information on
21PDCurses, visit http://pdcurses.sourceforge.net
22
23%prep
24%setup -q
25%patch0
26
27%build
28%{__autoconf}
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34%{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%attr(755,root,root) %{_bindir}/*
42%attr(755,root,root) %{_libdir}/*.so
43%{_libdir}/*.a
44%{_includedir}/%{name}/*.h
45%doc README TODO doc/
This page took 0.030438 seconds and 4 git commands to generate.