]> git.pld-linux.org Git - packages/xorg-driver-video-tdfx.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 Oct 2005 23:59:21 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-video-tdfx.spec -> 1.1

xorg-driver-video-tdfx.spec [new file with mode: 0644]

diff --git a/xorg-driver-video-tdfx.spec b/xorg-driver-video-tdfx.spec
new file mode 100644 (file)
index 0000000..a778520
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       X.org video driver for 3Dfx video adapters
+Summary(pl):   Sterownik obrazu X.org dla kart graficznych 3Dfx
+Name:          xorg-driver-video-tdfx
+Version:       1.1.0.1
+Release:       0.1
+License:       MIT
+Group:         X11/Applications
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/driver/xf86-video-tdfx-%{version}.tar.bz2
+# Source0-md5: 7b8f068e89337c24c81817a197e0f0bd
+URL:           http://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.57
+BuildRequires: automake
+BuildRequires: libdrm-devel
+BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xf86dgaproto-devel
+BuildRequires: xorg-proto-xf86driproto-devel
+BuildRequires: xorg-util-util-macros >= 0.99.1
+BuildRequires: xorg-xserver-server-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X.org video driver for 3Dfx video adapters. It supports Voodoo
+Banshee, Voodoo3, Voodoo4 and Voodoo5 cards.
+
+%description -l pl
+Sterownik obrazu X.org dla kart graficznych 3Dfx. ObsĀ³uguje karty
+Voodoo Banshee, Voodoo3, Voodoo4 i Voodoo5.
+
+%prep
+%setup -q -n xf86-video-tdfx-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       drivermandir=%{_mandir}/man4
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/tdfx_drv.so
+%{_mandir}/man4/tdfx.4x*
This page took 0.065501 seconds and 4 git commands to generate.