SPECS: toshset.spec (NEW) - init

wolvverine wolvverine at pld-linux.org
Mon Aug 7 18:50:59 CEST 2006


Author: wolvverine                   Date: Mon Aug  7 16:50:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: SPECS/toshset.spec
diff -u /dev/null SPECS/toshset.spec:1.1
--- /dev/null	Mon Aug  7 18:50:59 2006
+++ SPECS/toshset.spec	Mon Aug  7 18:50:53 2006
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+Summary:	Toshset is a command-line tool allowing access to much of the Toshiba hardware interface
+Name:		toshset
+Version:	1.71
+Release:	0.1
+License:	- (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group:		Applications
+Source0:	http://www.schwieters.org/toshset/%{name}-%{version}.tgz
+# Source0-md5:	1afca9a6607436e39911e26a46b3c1d1
+URL:		http://www.schwieters.org/toshset/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Toshset is a command-line tool allowing access to much of the Toshiba
+hardware interface. It can do things like control display brightness,
+set the fan speed, and enable the optional Bluetooth interface.
+
+%prep
+%setup -q
+
+%build
+./configure \
+	--prefix=/usr --exec-prefix=/usr \
+	--bindir=/usr/bin --sbindir=/usr/sbin \
+	--sysconfdir=/etc --datadir=/usr/share \
+	--includedir=/usr/include --libdir=/usr/lib \
+	--libexecdir=/usr/lib --localstatedir=/var \
+	--sharedstatedir=/var/lib --mandir=/usr/share/man \
+	 --infodir=/usr/share/info --x-libraries=/usr/X11R6/lib
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README README.video 
+
+#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/*
+
+%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  2006/08/07 16:50:53  wolvverine
+- init
+
+
================================================================


More information about the pld-cvs-commit mailing list