Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15067 Details for
Bug 23866
Ebuild request : JpGraph - OO Graph Library for PHP
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Alternate suggestion
jpgraph-1.12.2.ebuild (text/plain), 1.29 KB, created by
Carl A. Dunham
on 2003-07-26 21:21:23 UTC
(
hide
)
Description:
Alternate suggestion
Filename:
MIME Type:
Creator:
Carl A. Dunham
Created:
2003-07-26 21:21:23 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header:$ > >DESCRIPTION="JpGraph is a fully OO graph drawing library for PHP." >HOMEPAGE="http://www.aditus.nu/jpgraph/index.php" >SRC_URI="http://www.aditus.nu/jpgraph/downloads/${P}.tar.gz" > ># QPL for non-commercial use, regular commercial license available >LICENSE="QPL-1.0" > >IUSE="truetype" > >SLOT="0" >KEYWORDS="x86 ~ppc ~sparc ~alpha" >DEPEND="" >RDEPEND=">=virtual/php-4.1 > >=media-libs/libgd-1.8" > >S="${WORKDIR}/${P}" > >src_install () { > # use Gentoo-like defaults > sed -i 's|DEFINE("CACHE_FILE_GROUP","wwwadmin");|DEFINE("CACHE_FILE_GROUP","apache");|' src/jpgraph.php > sed -i 's|/tmp/jpgraph_cache/|/var/cache/jpgraph/|g' src/jpgraph.php > > # could do more like this... > sed -i 's|DEFINE("USE_CACHE",false);|if (!defined("USE_CACHE")) DEFINE("USE_CACHE",false);|' src/jpgraph.php > > > # Install php files > insinto /usr/lib/php/jpgraph > doins src/*.{php,inc} > insinto /usr/lib/php/jpgraph/Examples > doins src/Examples/* > insinto /usr/lib/php/jpgraph/utils > doins src/utils/Readme > insinto /usr/lib/php/jpgraph/utils/jpdocgen > doins src/utils/jpdocgen/* > insinto /usr/lib/php/jpgraph/utils/misc > doins src/utils/misc/* > > # Install documentation. > dodoc README src/Changelog > dohtml -r docs/* >}
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 23866
:
14122
|
15067
|
15068