mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Preliminary 2.7 spec file (same as 2.6 except for version number).
This commit is contained in:
37
PDCurses-2.7.spec
Normal file
37
PDCurses-2.7.spec
Normal file
@@ -0,0 +1,37 @@
|
||||
Summary: Public Domain Curses
|
||||
Name: PDCurses
|
||||
Version: 2.7
|
||||
Release: 2
|
||||
Copyright: Some portions 1995-2003 Mark Hessling
|
||||
Distribution: Public Domain and LGPL
|
||||
Vendor: Mark Hessling
|
||||
Packager: Mark Hessling
|
||||
Group: Development/Languages
|
||||
Source: ftp://prdownloads.sourceforge.net/pdcurses/PDCurses-2.7.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://pdcurses.sourceforge.net
|
||||
|
||||
%prep
|
||||
|
||||
%setup
|
||||
|
||||
%build
|
||||
./configure
|
||||
make
|
||||
|
||||
%install
|
||||
make install
|
||||
|
||||
%files
|
||||
/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