]> git.pld-linux.org Git - packages/PDCurses.git/commitdiff
- initital pld version
authorundefine <undefine@pld-linux.org>
Wed, 20 Aug 2003 01:22:14 +0000 (01:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PDCurses.spec -> 1.1

PDCurses.spec [new file with mode: 0644]

diff --git a/PDCurses.spec b/PDCurses.spec
new file mode 100644 (file)
index 0000000..358b8a6
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       Public Domain Curses
+Name:          PDCurses
+Version:       2.6
+Release:       1
+Vendor:                Mark Hessling
+Group:         Development/Languages
+License:       Public Domain and LGPL
+Source0:       http://dl.sourceforge.net/sourceforge/pdcurses/%{name}-%{version}.tar.gz
+# Source0-md5: a376c91c7fdfa0215f4c22024ca325f1
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://pdcurses.sourceforge.net
+BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 -q
+%patch0
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/*.a
+%{_includedir}/%{name}/*.h
+%doc README TODO doc/
This page took 0.055168 seconds and 4 git commands to generate.