Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 5455 Details for
Bug 10390
snns-4.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild, but now containing the docs...
snns-4.2.ebuild (text/plain), 1.03 KB, created by
Patrick Kursawe (RETIRED)
on 2002-11-07 13:26:04 UTC
(
hide
)
Description:
The ebuild, but now containing the docs...
Filename:
MIME Type:
Creator:
Patrick Kursawe (RETIRED)
Created:
2002-11-07 13:26:04 UTC
Size:
1.03 KB
patch
obsolete
>SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/SNNSv${PV}.tar.gz > http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/SNNSv4.2.Manual.pdf" >HOMEPAGE="http://www-ra.informatik.uni-tuebingen.de/SNNS/" >DESCRIPTION="Stuttgart Neural Network Simulator" >LICENSE="SNNS-4.2" >KEYWORDS="x86" >SLOT="4.2" >S="${WORKDIR}/SNNSv4.2" > > >IUSE="X" > >DEPEND="X? (>= x11-base/xfree) > virtual/glibc" > > >src_unpack() { > unpack ${A} > > cd ${S} > patch -p0 < ${FILESDIR}/${P}-gentoo.patch >} > >src_compile () { > local myconf > use X || myconf="--without-x" > ./configure $myconf --enable-global --prefix=/usr --host=${CHOST} || die > emake || die >} > >src_install () { > for file in $(find tools -type f -perm +100); do > dobin $file > done > if [ -x xgui/sources/xgui ]; then > newbin xgui/sources/xgui snns > fi > dodir /etc/env.d > echo XGUILOADPATH=/usr/share/doc/${P}/ > ${D}/etc/env.d/99snns > insinto /usr/share/doc/${P}/ > doins default.cfg help.hdoc ${DISTDIR}/SNNSv4.2.Manual.pdf > insinto /usr/share/doc/${P}/examples > doins examples/* > doman man/man*/* >}
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 10390
:
5452
|
5453
|
5454
| 5455 |
5472