Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98321 Details for
Bug 139588
www-apps/ast (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ast-0.2.2.ebuild
ast-0.2.2.ebuild (text/plain), 1.22 KB, created by
Michael Williamson
on 2006-09-28 09:00:13 UTC
(
hide
)
Description:
ast-0.2.2.ebuild
Filename:
MIME Type:
Creator:
Michael Williamson
Created:
2006-09-28 09:00:13 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp > >DESCRIPTION="A web-based portfolio tracker, charting and stock analysis tool" >HOMEPAGE="http://ast.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.gz" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >IUSE="sql" >DEPEND="dev-libs/ta-lib > app-crypt/mhash > sci-visualization/gnuplot > net-www/apache > dev-libs/libxml2 > net-misc/curl > sys-libs/zlib > virtual/libc > media-libs/gd > sql? ( dev-db/unixODBC ) > app-admin/pwgen" >REDPEND="" >S=${WORKDIR}/${P}/src > >src_compile() >{ > econf $(use_with sql) || die "econf failed" > emake || die "emake failed" >} > >src_install() >{ > webapp_src_preinst > > mkdir -p ${D}/${MY_HTDOCSDIR} || die > cp ${S}/src/ast ${D}/${MY_HTDOCSDIR} || die > cp -R ${S}/../var ${D}${MY_HTDOCSDIR} || die > cp -R ${S}/../share ${D}${MY_HTDOCSDIR} || die > cp -R ${S}/../images ${D}${MY_HTDOCSDIR} || die > cp -R ${S}/../etc ${D}${MY_HTDOCSDIR} || die > keepdir ${MY_HTDOCSDIR}/etc > cd ${D}/${MY_HTDOCSDIR} || die > > chmod 6700 ast || die > webapp_serverowned ${MY_HTDOCSDIR} > webapp_serverowned -R ${MY_HTDOCSDIR}/* > > webapp_postinst_txt en ${FILESDIR}/postinstall.txt || die > 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 139588
:
91157
|
91568
|
91571
| 98321