Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35694 Details for
Bug 34169
ebuild for Rekall
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rekall-2.2.0.ebuild
rekall-2.2.0.ebuild (text/plain), 1.37 KB, created by
Diego Elio Pettenò (RETIRED)
on 2004-07-18 06:58:35 UTC
(
hide
)
Description:
rekall-2.2.0.ebuild
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2004-07-18 06:58:35 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="mysql odbc postgres xbase" > >inherit kde > >need-kde 3 > >DESCRIPTION="Rekall - a database frontend for MySQL, PostgreSQL and XBase" >HOMEPAGE="http://www.rekallrevealed.org/" >SRC_URI="http://www.rekallrevealed.org/packages/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~x86" >RESTRICT="nomirror" > >DEPEND=">=dev-lang/python-2.1.3 > mysql? ( >=dev-db/mysql-3.23.57-r1 ) > postgres? ( >=dev-db/postgresql-7.3.4-r1 ) > xbase? ( =dev-db/xbsql-0.11 )" > >src_compile() { > local myconf="--with-gui=kde" > myconf="${myconf} `use_enable doc`" > myconf="${myconf} `use_enable mysql`" > myconf="${myconf} `use_enable xbase`" > > use odbc && myconf="${myconf} --enable-odbc=yes --enable-iodbc=yes" \ > || myconf="${myconf} --enable-odbc=no --enable-iodbc=no" > > use postgres && myconf="$myconf --enable-pgsql" \ > || myconf="$myconf --disable-pgsql" > > sed -i -e 's/$(LN_S) $(kde_libs_htmldir)\/$(KDE_LANG)\/common/$(LN_S) common/' ${S}/doc/rekall/Makefile.in > kde_src_compile >} > >src_install() { > kde_src_install > if use postgres; then > cd ${D}/usr/lib > mv libkbase_driver_pgsql.so libkbase_driver_pgsql.so.0.0.0 > ln -s libkbase_driver_pgsql.so.0.0.0 libkbase_driver_pgsql.so.0 > ln -s libkbase_driver_pgsql.so.0.0.0 libkbase_driver_pgsql.so > fi >}
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 34169
:
21173
|
21174
|
21175
|
21884
|
22604
|
22605
|
29414
|
29991
|
31403
| 35694 |
35695