Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99469 Details for
Bug 151070
[new ebuild] GridFlow, an external for PureData
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gridflow-extra-0.8.4.ebuild
gridflow-extra-0.8.4.ebuild (text/plain), 1.06 KB, created by
Federico Ferri (RETIRED)
on 2006-10-12 13:30:36 UTC
(
hide
)
Description:
gridflow-extra-0.8.4.ebuild
Filename:
MIME Type:
Creator:
Federico Ferri (RETIRED)
Created:
2006-10-12 13:30:36 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Extra files (docs, examples, abstractions) for GridFlow" >HOMEPAGE="http://gridflow.ca/" >SRC_URI="http://gridflow.ca/download/gridflow-${PV}.tar.gz" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND="" >RDEPEND="" > >src_compile() { > return >} > >src_install() { > cd $WORKDIR/gridflow-$PV > INSTDIR="/usr/lib/pd/extra/gridflow" > mkdir -p "${D}${INSTDIR}" > for i in examples extra doc images \ > pd_abstractions pd_examples \ > base format bin bridge \ > bundled cpu devices4ruby \ > optional tests tmp; do > cp -r $i "${D}${INSTDIR}/" > done > ln -s "${D}${INSTDIR}/bridge" "${D}${INSTDIR}/../" >} > >pkg_postinst() { > einfo "In order to complete the install of gridflow, run these commands:" > einfo " echo '-helppath $INSTDIR/doc/format' >> ~/.pdrc" > einfo " echo '-helppath $INSTDIR/doc/flow_classes' >> ~/.pdrc" > einfo " echo '-path $INSTDIR/pd_abstractions' >> ~/.pdrc" > einfo " echo 'GridFlow.data_path << \"$INSTDIR/images\"' >> ~/.gridflow_startup" >}
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 151070
:
99468
| 99469 |
99578
|
99952