Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48217 Details for
Bug 77552
PHP DocWriter ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild
phpdocwriter-0.3.ebuild (text/plain), 1.68 KB, created by
José Manuel Sánchez
on 2005-01-11 10:11:30 UTC
(
hide
)
Description:
Ebuild
Filename:
MIME Type:
Creator:
José Manuel Sánchez
Created:
2005-01-11 10:11:30 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># José Manuel Sánchez Rivero <jmsanchez@laurel.datsi.fi.upm.es> > >inherit webapp eutils > >MY_P="${P/-/_}" >MY_P="${MY_P/./}" >S="${WORKDIR}/${PN}" > >DESCRIPTION="PHP library for handling OpenOffice.org documents." >HOMEPAGE="http://phpdocwriter.sourceforge.net" >SRC_URI="mirror://sourceforge/phpdocwriter/${MY_P}.tar.gz" >LICENSE="LGPL-2.1" >SLOT="0.3" >KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips" >IUSE="" >RDEPEND=">=dev-php/mod_php-4.3" > >DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5" > >src_install() { > webapp_src_preinst > > local docs="CHANGES_en CHANGES_es LICENSE README_en README_es TODO_en TODO_es docs/*" > > # handle documentation files > # > # NOTE that doc files go into /usr/share/doc as normal; they do NOT > # get installed per vhost! > > dodoc ${docs} > for doc in ${docs} INSTALL; do > rm -rf ${doc} > done > > # Copy the app's main files > einfo "Installing main files" > cp -r conf/ lib/ examples/ ${D}${MY_HTDOCSDIR} > > # Identify the configuration files that this app uses > webapp_configfile ${MY_HTDOCSDIR}/conf/config.php > webapp_configfile ${MY_HTDOCSDIR}/conf/export.sh > > # Identify any script files that need #! headers adding to run under > # a CGI script (such as PHP/CGI) > # > # for phpdocwriter, we *assume* that all .php files need to have CGI/BIN > # support added > > for x in `find . -name '*.php' -print ` ; do > webapp_runbycgibin php ${MY_HTDOCSDIR}/$x > done > > # post-install instructions > webapp_postinst_txt en ${FILESDIR}/postinstall-${PV}-en.txt > > # now strut stuff > webapp_src_install >}
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 77552
: 48217 |
48218
|
48222