Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50217 Details for
Bug 80482
fpc-bin 1.9.6 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild file
fpc-bin-1.9.6.ebuild (text/plain), 1.34 KB, created by
Slammer
on 2005-02-02 09:04:17 UTC
(
hide
)
Description:
ebuild file
Filename:
MIME Type:
Creator:
Slammer
Created:
2005-02-02 09:04:17 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-bin/fpc-bin-1.9.4.ebuild,v 1.1 2005/01/20 22:18:04 chriswhite Exp $ > > > >DESCRIPTION="The Free Pascal compiler" >HOMEPAGE="http://www.freepascal.org/" >SRC_URI="ftp://ftp.freepascal.org/pub/fpc/beta/i386-linux-${PV}/fpc-${PV}.386-linux.tar" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 -*" >IUSE="" >DEPEND="virtual/libc > !dev-lang/fpc" >RDEPEND="virtual/libc" >S=${WORKDIR} > >src_compile() { > einfo Nothing to compile >} > >src_install() { > cd ${S} > tar -xzf demo.tar.gz > rm demo.tar.gz > > tar -xzf docs.tar.gz > rm docs.tar.gz > > rm install.sh > > tar -xf sources.tar > rm sources.tar > ls -1 *.gz > out > while read f > do > echo "Unpack Sources ${f}..." > tar -xzf $f > done < out > rm out > > tar -xf binary.i386-linux.tar > rm binary.i386-linux.tar > ls -1 *.gz > out > while read f > do > echo "Unpack Binaries ${f}..." > tar -xzf $f > done < out > rm out > rm *.tar.gz > mkdir ${D}/opt > mkdir ${D}/opt/fpc > cp -rd * ${D}/opt/fpc > > einfo Unpacking to image directory > einfo This may take some time depending on your system >} > >pkg_postinst() { > einfo Setting up configuration > ${ROOT}/opt/fpc/lib/fpc/${PV}/samplecfg ${ROOT}/opt/fpc/lib/fpc/${PV} /etc > ln -s /opt/fpc/lib/fpc/${PV}/ppc386 ${ROOT}/usr/bin/ppc386 >}
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 80482
: 50217