1 # `msttcorefonts` on Mandriva
3 The `msttcorefonts` are needed to build Chrome but are not available for
4 Mandriva. Building your own is not hard though and only takes about 2 minutes to
7 urpmi rpm-build cabextract
9 Download this script, make it executable and run it:
10 http://wiki.mandriva.com/en/uploads/3/3a/Rpmsetup.sh
12 It will create a directory `~/rpm` and some hidden files in your home directory.
14 open the file `~/.rpmmacros` and comment out the following lines by putting a #
15 in front of them, eg like this (because most likely you won't have a gpg key set
16 up and creating the package will fail if you leave these lines):
20 #%_gpg_name Mandrivalinux_
24 download the following file
25 http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec and save it to
29 rpmbuild -bb msttcorefonts-2.0-1.spec
31 the rpm will be build and be put in `~/rpm/RPMS/noarch` ready to install