Author: adamg                        Date: Fri Jul 25 11:06:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw from Zsolt Udvari udvzsolt//gmail.com

---- Files affected:
SPECS:
   stfl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/stfl.spec
diff -u /dev/null SPECS/stfl.spec:1.1
--- /dev/null   Fri Jul 25 13:06:52 2008
+++ SPECS/stfl.spec     Fri Jul 25 13:06:47 2008
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:       STFL implements a curses-based widget set for text terminals.
+Name:          stfl
+Version:       0.19
+Release:       0.1
+License:       GPL v2
+Group:         Libraries
+Source0:       http://www.clifford.at/stfl/%{name}-%{version}.tar.gz
+# Source0-md5: 2e7859da0ed1f867dfec52f50eedd5d9
+URL:           http://www.clifford.at/stfl/
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+STFL is a library which implements a curses-based widget set for 
+text terminals.
+
+%package devel
+Summary:       Header files for develop STFL-based application
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+%description devel
+This package includes the header files and libraries necessary to
+develop applications that use STFL.
+
+%prep
+%setup -q
+#%patch0 -p1
+
+%build
+
+%{__make} prefix=/usr
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/xsessions
+
+%{__make} install prefix=/usr\
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%doc README COPYING
+%defattr(644,root,root,755)
+# %attr(755,root,root) %{_bindir}/%{name}
+%dir %{_libdir}
+%{_libdir}/lib%{name}*
+
+%files devel
+%dir %{_includedir}
+%{_includedir}/stfl.h
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/07/25 11:06:47  adamg
+- raw from Zsolt Udvari udvzsolt//gmail.com
+
+Revision 1.0  2008/07/25 10:00:00  uzsolt
+- initial
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to