packages: lxinput/lxinput.spec (NEW) - new

witekfl witekfl at pld-linux.org
Thu Jul 29 19:02:26 CEST 2010


Author: witekfl                      Date: Thu Jul 29 17:02:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/lxinput:
   lxinput.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lxinput/lxinput.spec
diff -u /dev/null packages/lxinput/lxinput.spec:1.1
--- /dev/null	Thu Jul 29 19:02:26 2010
+++ packages/lxinput/lxinput.spec	Thu Jul 29 19:02:18 2010
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Keyboard and mouse configurator for LXDE
+Name:		lxinput
+Version:	0.1.1
+Release:	1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
+# Source0-md5:	b497d511e3310c293436aa11c0142ebd
+URL:		http://www.lxde.org/
+BuildRequires:	gtk+2-devel >= 2:2.12.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LXInput is a small program used to configure keyboard and mouse for
+LXDE.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK}
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%attr(755,root,root) %{_bindir}/lxinput
+%{_desktopdir}/lxinput.desktop
+%{_datadir}/lxinput
+%{_mandir}/man1/lxinput*
+
+%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  2010/07/29 17:02:18  witekfl
+- new
+
+
+
================================================================


More information about the pld-cvs-commit mailing list