From: ewt Date: Tue, 25 Feb 1997 23:16:19 +0000 (+0000) Subject: Initial revision X-Git-Tag: v0-9~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=549a6abfa0905785eedc2425dd96074eae257ac4;p=thirdparty%2Fnewt.git Initial revision --- diff --git a/newt.spec b/newt.spec new file mode 100644 index 0000000..bdfd3a1 --- /dev/null +++ b/newt.spec @@ -0,0 +1,56 @@ +Summary: Not Erik's Windowing Toolkit - text mode windowing with slang +Name: newt +Version: 0.8 +Release: 1 +Copyright: LGPL +Group: Libraries +Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-0.8.tar.gz +Requires: slang +%package devel +Summary: Developer's toolkit for newt windowing library +Requires: slang-devel +Group: Libraries + +%description +Newt is a windowing toolkit for text mode built from the slang library. It +allows color text mode applications to easily use stackable windows, push +buttons, check boxes, radio buttons, lists, entry fields, labels, and +displayable text. Scrollbars are supported, and forms may be nested to +provide extra functionality. This pacakge contains the shared library +for programs that have been built with newt. + +%description devel +These are the header files and libraries for developing applications which +use newt. Newt is a windowing toolkit for text mode, which provides many +widgets and stackable windows. + +%prep +%setup + +%build +make +make shared + +%install +make install +make install-sh + +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + +%changelog + +* Tue Feb 25 1997 Erik Troan + +Added changes from sopwith for C++ cleanliness and some listbox fixes. + +%files +/usr/lib/libnewt.so.0.7 + +%files devel +/usr/include/newt.h +/usr/lib/libnewt.a +/usr/lib/libnewt.so