SPECS: kaptain.spec (NEW) - initial

undefine undefine at pld-linux.org
Wed Oct 26 16:54:20 CEST 2005


Author: undefine                     Date: Wed Oct 26 14:54:20 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/kaptain.spec
diff -u /dev/null SPECS/kaptain.spec:1.1
--- /dev/null	Wed Oct 26 16:54:20 2005
+++ SPECS/kaptain.spec	Wed Oct 26 16:54:15 2005
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary:	Universal graphical front-end for command line programs
+Summary(pl):	Uniwersalna graficzna nakładka na programy działające z linii poleceń
+Name:		kaptain
+Version:	0.72
+Release:	1
+License:	GPL
+Group:		Applications/Shells
+Source0:	http://dl.sourceforge.net/kaptain/%{name}-%{version}.tar.gz
+# Source0-md5:	2a3a9d6acaa74a517a088a3aba1b9696
+URL:		http://kaptain.sourceforge.net/
+BuildRequires:	qt-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kaptain is a universal graphical front-end. It was originally
+developed in order to provide a simple and efficient tool for creating
+dialog-based interface for command line programs. Now, its
+communication features allow it to serve the graphical user interface
+of a program without directly using a graphical library, such as GTK
+or Qt.
+
+%description -l pl
+Kaptain jest uniwersalną nakładką graficzną. Został stwrzony jako
+proste i efektywne narzędzie do tworzenia interfejsu na programy
+działające z linii poleceń. Teraz, jego możliwości komunikacyjne
+pozwalają zapewnić interfejs graficzny programu bez bezpośredniego
+korzystania z bibliotek graficznych.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc README AUTHORS
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_mandir}/man?/*
+%{_infodir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/26 14:54:15  undefine
+- initial
+
================================================================



More information about the pld-cvs-commit mailing list