Author: tommat                       Date: Mon Feb 21 01:18:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ddcxinfo and tools taken from knoppix
- compiles for now but segfaults build with llh 2.6.10.0-1 and 
  glibc 2.3.4-0.20041122.2 (on vm86old function)

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

---- Diffs:

================================================================
Index: SPECS/ddcxinfo-knoppix.spec
diff -u /dev/null SPECS/ddcxinfo-knoppix.spec:1.1
--- /dev/null   Mon Feb 21 02:18:41 2005
+++ SPECS/ddcxinfo-knoppix.spec Mon Feb 21 02:18:35 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:       Monitor/Graphics card DDC hardware detection
+Name:          ddcxinfo-knoppix
+%define        sub_ver 5
+%define                _ver    0.6
+Version:       %{_ver}_%{sub_ver}
+Release:       0.3
+Epoch:         0
+License:       GPL v2
+Group:         Applications/System
+Source0:       
http://developer.linuxtag.net/knoppix/sources/%{name}_%{_ver}-%{sub_ver}.tar.gz
+# Source0-md5: a397ca0ab56e83dd0fdeb4d0a84b8c9e
+URL:           www.knopper.net
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Monitor/Graphics card DDC hardware detection.
+
+%prep
+%setup -q -n %{name}-%{_ver}
+
+%build
+%{__make} \
+       CC=%{_target_cpu}-pld-linux-gcc \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
+install ddcxinfo $RPM_BUILD_ROOT%{_sbindir}/ddcxinfo
+install ddcxinfo-knoppix $RPM_BUILD_ROOT%{_sbindir}/ddcxinfo-knoppix
+install modetest $RPM_BUILD_ROOT%{_sbindir}/modetest
+install svgamodes $RPM_BUILD_ROOT%{_sbindir}/svgamodes
+install debian/ddcxinfo-knoppix.1 
$RPM_BUILD_ROOT%{_mandir}/man1/ddcxinfo-knoppix.1
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man1/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/02/21 01:18:35  tommat
+- ddcxinfo and tools taken from knoppix
+- compiles for now but segfaults build with llh 2.6.10.0-1 and
+  glibc 2.3.4-0.20041122.2 (on vm86old function)
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to