Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177861 Details for
Bug 254295
New package: virtuoso-opensource by OpenLink Software
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
main ebuild script for dev-db/virtuoso-opensource (proposed)
virtuoso-opensource-5.0.9.ebuild (text/plain), 2.12 KB, created by
Tim Haynes
on 2009-01-09 10:29:41 UTC
(
hide
)
Description:
main ebuild script for dev-db/virtuoso-opensource (proposed)
Filename:
MIME Type:
Creator:
Tim Haynes
Created:
2009-01-09 10:29:41 UTC
Size:
2.12 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-opensource/virtuoso-opensource-5.0.8.ebuild,v 1.8 2008/01/10 09:58:08 vapier Exp $ > >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" > >DESCRIPTION="OpenLink Virtuoso Object-Relational database engine" >HOMEPAGE="http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main" >SRC_URI="mirror://sourceforge/virtuoso/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >IUSE="xml ldap zeroconf imagemagick readline" > >#Language hosting is currently unstable and unsupported upstream >#IUSE="xml ldap zeroconf php imagemagick perl python ruby readline java" > >DEPEND=">=sys-libs/readline-4.1 > >=sys-libs/ncurses-5.2 > >=sys-devel/autoconf-2.57 > >=sys-devel/automake-1.7 > >=sys-devel/libtool-1.5.16 > >=sys-devel/flex-2.5.33 > >=sys-devel/bison-2.3 > >=dev-util/gperf-2.7.2 > >=sys-apps/gawk-3.1.1 > >=sys-devel/m4-1.4.1 > >=sys-devel/make-3.79.1 > >=dev-libs/openssl-0.9.7 > xml? ( dev-libs/libwbxml ) > ldap? ( net-nds/openldap ) > zeroconf? ( net-misc/mDNSResponder ) > imagemagick? ( media-gfx/imagemagick ) > readline? ( sys-libs/readline ) > " ># php? ( >=dev-lang/php-5.0 ) ># perl? ( >=dev-lang/perl-5.8.0 ) ># python? ( >=dev-lang/python-2.4 ) ># ruby? ( >=dev-lang/ruby-1.8 ) ># java? ( virtual/jdk ) > >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > econf \ > --with-layout=gentoo \ > --localstatedir=/var \ > --program-transform-name="s/isql/isql-v/" \ > $(use_enable xml xml) \ > $(use_enable xml bpel) \ > $(use_enable xml wbxml2 ) \ > $(use_enable ldap ldap) \ > $(use_enable ldap ldap) \ > $(use_enable zeroconf rendezvous ) \ > $(use_enable imagemagick imagemagick) \ > $(use_enable readline readline) \ > || die "econf failed" ># $(use_enable php php5) \ ># $(use_enable perl perl) \ ># $(use_enable python python) \ ># $(use_enable ruby ruby) \ ># $(use_enable java java \ > > emake -j1 || die "emake failed" >} > >src_install() { > emake -j1 DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog NEWS README > newinitd "${FILESDIR}"/virtuoso-db.init virtuoso-db >}
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 254295
: 177861 |
177863
|
182837