SPECS: lkcp.spec (NEW) - new

adamg adamg at pld-linux.org
Wed Aug 24 18:19:03 CEST 2005


Author: adamg                        Date: Wed Aug 24 16:19:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/lkcp.spec
diff -u /dev/null SPECS/lkcp.spec:1.1
--- /dev/null	Wed Aug 24 18:19:03 2005
+++ SPECS/lkcp.spec	Wed Aug 24 18:18:58 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	Live Kernel Configuration Panel
+Name:		lkcp
+Version:	0.5.3
+Release:	1
+License:	GPL v2
+Group:		Applications
+Source0:	http://webspace.utexas.edu/hyoussef/www/%{name}-%{version}.tar.bz2
+# Source0-md5:	020f788b8c9ac52636b357e8929f7e30
+URL:		http://webspace.utexas.edu/~hyoussef/
+BuildRequires:	glib-devel
+BuildRequires:	ncurses-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Live Kernel Configuration Panel (LKCP) is an ncurses interface to the
+run-time Linux kernel configuration data that can be accessed through
+the /proc filesystem. It also generates a bash script of your recently
+committed changes to the /proc/sys filesystem.
+
+%description -l pl
+Live Kernel Configuration Panel (LKCP) to opraty na ncurses interfejs do
+konfiguracji jądra systemu Linux w trakcie pracy (za pomocą systemu
+plików /proc). Program ten generuje także skrypt w bashu zawierający
+ostatnie zmiany dokonane w systemie plików /proc/sys.
+
+%prep
+%setup -q
+
+%build
+%{__make} -C src \
+	CC="%{__cc}" \
+	FLAGS="%{rpmcflags} -I/usr/include/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install src/lkcp $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS Changelog README TODO Documentation/
+%attr(755,root,root) %{_bindir}/*
+
+%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/08/24 16:18:58  adamg
+- new
+
+
================================================================



More information about the pld-cvs-commit mailing list