blob: 05ddd954afcffc5128201f99297b67e79b4e005f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.6.0.ebuild,v 1.2 2007/10/15 12:38:49 leio Exp $
inherit gnome2
DESCRIPTION="A documentation metadata library"
HOMEPAGE="www.freedesktop.org"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/libxslt"
DEPEND="${RDEPEND}
!<app-text/scrollkeeper-9999"
DOCS="ChangeLog NEWS README"
GCONF=""
src_unpack() {
# You cannot run src_unpack from gnome2; it will break the install by
# calling gnome2_omf_fix
unpack ${A}
cd "${S}"
elibtoolize ${ELTCONF}
}
|