]> git.pld-linux.org Git - packages/epistrophy.git/commitdiff
- initial release
authorfilon <filon@sokrates.mimuw.edu.pl>
Mon, 6 May 2002 11:40:22 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- a simple and lightweight keygrabber for blackbox
- STBR

Changed files:
    epistrophy.spec -> 1.1

epistrophy.spec [new file with mode: 0644]

diff --git a/epistrophy.spec b/epistrophy.spec
new file mode 100644 (file)
index 0000000..d2534f4
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Keygrabber for BlackBox window manager
+Summary(pl):   Program do obs³ugi klawiatury dla zarz±dcy okien BlackBox
+Name:          epistrophy
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications/Console
+Source0:       http://nexus.carleton.ca/~smoynes/%{name}.tar.gz
+BuildRequires: XFree86-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Epistrophy is a lightweight keygrabber for BlackBox window manager.
+
+%description -l pl
+Epistrophy jest lekkim programem do obs³ugi klawiatury dla zarz±dcy
+okien BlackBox.
+
+%define                _prefix         /usr/X11R6
+
+%prep
+%setup -q -n epist
+
+xmkmf -a
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install epist $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README rcfile
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%doc *.gz
This page took 0.091523 seconds and 4 git commands to generate.