Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48035 - ebuild for xapian-core 0.7.5
Summary: ebuild for xapian-core 0.7.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 05:24 UTC by Ludwig Ruderstaller
Modified: 2004-04-19 08:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xapian-0.7.5.ebuild (xapian-0.7.5.ebuild,929 bytes, text/plain)
2004-04-16 05:25 UTC, Ludwig Ruderstaller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ludwig Ruderstaller 2004-04-16 05:24:19 UTC
update of the xapian.0.5.5 ebuild (orginal from mr_bones_)

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.




xapian-0.7.5 - ebuild file:

IUSE=""

S=${WORKDIR}/xapian-core-${PV}
DESCRIPTION="Xapian Probabilistic Information Retrieval library"
SRC_URI="http://www.tartarus.org/~olly/xapian-0.7/xapian-core-${PV}.tar.gz"
HOMEPAGE="http://www.xapian.org/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

DEPEND="virtual/glibc"

src_compile() {
        econf || die "./configure failed"
        emake || die
}

src_install () {
        einstall || die
        dodoc AUTHORS COPYING HACKING INSTALL PLATFORMS README TODO
        #docs tly et installed under /usr/share/xapian, lets move them under
/usr/share/doc..
        cd ${D}/usr/share/${PN}
        dodir /usr/share/doc/${PF}/html
        mv *.html apidoc/ ${D}/usr/share/doc/${PF}/html
        mv * ${D}/usr/share/doc/${PF}
        rmdir ${D}/usr/share/${PN}
}
Comment 1 Ludwig Ruderstaller 2004-04-16 05:25:09 UTC
Created attachment 29418 [details]
xapian-0.7.5.ebuild
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-04-19 08:33:15 UTC
committed to cvs. thanks. Please check documentation installation next time though.