Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > 69a683cd9bfd524a4ea153cb61e5a2db > files > 2

Glide_V5-cvs-1mdk.src.rpm

Summary: Glide runtime for 3Dfx Voodoo Banshee and Voodoo3 boards
Name: Glide_V5
Version: cvs
Release: 1mdk
Source: Glide3.tar.bz2
Copyright: 3dfx Glide General Public License
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-buildroot
Patch0: library-name.patch.bz2

%description 
This library allows the user to use a 3dfx Interactive
Voodoo4 or Voodoo5 card under Linux, it use the DRI architecture.

# Glide3 DRI
%package devel
Summary: Development headers for Glide 3.x
Group: Development/C
Requires: Glide_V5
%description devel
This package includes the headers files necessary for developing
applications that use the 3Dfx Interactive Voodoo4 / Voodoo5 card.

%prep
%setup -n Glide3
%patch0 -p0

%build
# Build for v3 with DRI
./chores.3dfx --clean --generate --configure="--enable-fx-glide-hw=h5 \
--prefix=$RPM_BUILD_ROOT/usr --infodir=%{_infodir} --mandir=%{_mandir}" --build

%install
cd $RPM_BUILD_DIR/Glide3/build
./build.3dfx install

%postun
/sbin/ldconfig

%post
/sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING INSTALL
/usr/lib/libglide3.so.3.10.0
/usr/lib/libglide3.so.3

%files devel
%defattr(-, root, root)
/usr/include/glide3
/usr/lib/libglide3.a
/usr/lib/libglide3.so

%changelog
* Wed Aug 23 2000 <yoann@mandrakesoft.com> cvs-1mdk
- linux.3dfx.com doesn't distribute Glide RPM / tarball
  containing g3ext.h which is needed to compile XF4.0.1,
  
  This RPM use the Glide CVS tree.
  If something goes wrong, blame the Glide team for not doing release.