]> git.pld-linux.org Git - packages/cf.git/commitdiff
- added to PLD CVS
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Apr 2005 16:15:39 +0000 (16:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cf.spec -> 1.1

cf.spec [new file with mode: 0644]

diff --git a/cf.spec b/cf.spec
new file mode 100644 (file)
index 0000000..aeca795
--- /dev/null
+++ b/cf.spec
@@ -0,0 +1,36 @@
+Summary:       Console Fucker
+Name:          cf
+Version:       0.7.2
+Release:       1
+License:       GPL
+Group:         Applications/System
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Source0:       http://glen.alkohol.ee/cf/%{name}-%{version}.tar.bz2
+# Source0-md5: 503093d7c2b31c8b70aede7bdf1e8afd
+URL:           http://glen.alkohol.ee/cf/
+BuildArch:     i386
+BuildRequires: ncurses-devel
+
+%description
+Console Fucker program allows you 'attach' linux console remotely.
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_bindir} $RPM_BUILD_ROOT/%{_sbindir}
+
+install cf $RPM_BUILD_ROOT/%{_sbindir}
+ln -s ../sbin/cf $RPM_BUILD_ROOT/%{_bindir}/cdump
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/cf
+%attr(755,root,root) %{_bindir}/cdump
This page took 0.068377 seconds and 4 git commands to generate.