Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 3372 Details for
Bug 6968
msttcorefonts-1.0 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
msttcorefonts-1.0.ebuild
msttcorefonts-1.0.ebuild (text/plain), 1.78 KB, created by
Santiago Tabares
on 2002-08-24 01:45:38 UTC
(
hide
)
Description:
msttcorefonts-1.0.ebuild
Filename:
MIME Type:
Creator:
Santiago Tabares
Created:
2002-08-24 01:45:38 UTC
Size:
1.78 KB
patch
obsolete
># Copyrigth 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: /home/cvsroot/gentoo-x86/x11-misc/msttcorefonts/msttcorefonts-1.0.ebuild,v 1.5 2002/08/14 23:44:15 murphy Exp $ > >S=${WORKDIR}/${P} >DESCRIPTION="Microsoft TrueType core fonts for the web" > >SRC_PATH0="http://osdn.dl.sourceforge.net/sourceforge/corefonts" >#SRC_PATH0="http://umn.dl.sourceforge.net/sourceforge/corefonts" >#SRC_PATH0="http://unc.dl.sourceforge.net/sourceforge/corefonts" >#SRC_PATH0="http://telia.dl.sourceforge.net/sourceforge/corefonts" >#SRC_PATH0="http://twtelecom.dl.sourceforge.net/sourceforge/corefonts" >#SRC_PATH0="http://belnet.dl.sourceforge.net/sourceforge/corefonts" >#SRC_PATH0="http://cesnet.dl.sourceforge.net/sourceforge/corefonts" >FONT0="andale32.exe" >FONT1="webdin32.exe" >FONT2="trebuc32.exe" >FONT3="georgi32.exe" >FONT4="verdan32.exe" >FONT5="comic32.exe" >FONT6="arialb32.exe" >FONT7="impact32.exe" >FONT8="arial32.exe" >FONT9="times32.exe" >FONT10="courie32.exe" >FONT11="IELPKTH.CAB" > >SRC_URI="${SRC_PATH0}/${FONT0} > ${SRC_PATH0}/${FONT1} > ${SRC_PATH0}/${FONT2} > ${SRC_PATH0}/${FONT3} > ${SRC_PATH0}/${FONT4} > ${SRC_PATH0}/${FONT5} > ${SRC_PATH0}/${FONT6} > ${SRC_PATH0}/${FONT7} > ${SRC_PATH0}/${FONT8} > ${SRC_PATH0}/${FONT9} > ${SRC_PATH0}/${FONT10} > ${SRC_PATH0}/${FONT11}" > >HOMEPAGE="http://corefonts.sourceforge.net" >LICENSE="msttcorefontsEULA" >SLOT="0" >KEYWORDS="x86" >name="msttcorefonts" > >DEPEND="virtual/x11 > app-arch/cabextract" > >src_unpack() { > mkdir cabcontents > for i in *.exe *.CAB > do > cabextract --lowercase --directory=cabcontents ${DISTDIR}/${i} > done > mkdir fonts > cd fonts > cp ../cabcontents/*.ttf . >} > >src_install() { > cd ${WORKDIR}/fonts > mkdir -p ${D}/usr/X11R6/lib/X11/fonts/${name} > cp *.ttf ${D}/usr/X11R6/lib/X11/fonts/${name} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6968
: 3372 |
3373