Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11070 Details for
Bug 18855
hsc-0.929.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hsc-0.929.ebuild
hsc-0.929.ebuild (text/plain), 1.30 KB, created by
Daniel Armyr
on 2003-04-24 09:09:47 UTC
(
hide
)
Description:
hsc-0.929.ebuild
Filename:
MIME Type:
Creator:
Daniel Armyr
Created:
2003-04-24 09:09:47 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># Short one-line description of this package. >DESCRIPTION="An HTML preprocessor using ML syntax" > ># Homepage, not used by Portage directly but handy for developer reference >HOMEPAGE="http://www.linguistik.uni-erlangen.de/~msbethke/software.html" > ># Point to any required sources; these will be automatically downloaded by ># Portage. >SRC_URI="http://www.linguistik.uni-erlangen.de/~msbethke/binaries/${P}.tar.bz2" > ># License of the package. >LICENSE="GPL-2" > >SLOT="0" > > >KEYWORDS="~x86" > >IUSE="" > >DEPEND="virtual/glibc" > >#RDEPEND="" > ># Source directory; the dir where the sources can be found (automatically ># unpacked) inside ${WORKDIR}. S will get a default setting of ${WORKDIR}/${P} ># if you omit this line. >S=${WORKDIR}/${P} > >src_compile() { > #Apply a patch that makes sure make behaves according to portage regulations. > patch Makefile ${FILESDIR}/Makefile.${PF}.patch || die > > #The patch ensures this line works. > make || die >} > >src_install() { > dodir /usr/bin > dodir /usr/lib > dodir /usr/share > #This makefile uses INSTDIR instead of DESTDIR > make INSTDIR=${D}/usr/ install || die >} > >pkg_postinst() { > einfo Documentation and examples for HSC are available in > einfo /usr/share/doc/${P}/ >}
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 18855
:
10276
|
10277
|
11070
|
11071
|
11161
|
13787
|
13788
|
21408
|
21409
|
21410