mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Make consistent with other spec files.
This commit is contained in:
@@ -2,16 +2,23 @@ Summary: Public Domain Curses
|
||||
Name: PDCurses
|
||||
Version: 2.6
|
||||
Release: 1
|
||||
Copyright: LGPL
|
||||
Copyright: Some portions 1995-2002 Mark Hessling
|
||||
Distribution: Public Domain and LGPL
|
||||
Vendor: Mark Hessling
|
||||
Packager: Mark Hessling
|
||||
Group: Development/Languages
|
||||
Source: ftp://prdownloads.sourceforge.net/pdcurses/PDCurses-2.6.tar.gz
|
||||
URL: http://pdcurses.sourceforge.net
|
||||
|
||||
%description
|
||||
PDCurses is an implementation of the curses library for X11. It provides
|
||||
the ability for existing text-mode curses programs to be re-built as
|
||||
native X11 applications with very little modification.
|
||||
PDCurses for X11 is also known as XCurses.
|
||||
For more information on PDCurses, visit http://www.lightlink.com/hessling/
|
||||
|
||||
%prep
|
||||
|
||||
%setup
|
||||
|
||||
%build
|
||||
@@ -22,9 +29,9 @@ make
|
||||
make install
|
||||
|
||||
%files
|
||||
/usr/local/lib/libXCurses.a
|
||||
/usr/local/lib/libpanel.a
|
||||
/usr/local/lib/libXCurses.so
|
||||
/usr/local/include/xcurses.h
|
||||
/usr/local/include/xpanel.h
|
||||
/usr/lib/libXCurses.a
|
||||
/usr/lib/libXpanel.a
|
||||
/usr/lib/libXCurses.so
|
||||
/usr/include/xcurses.h
|
||||
/usr/include/xpanel.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user