Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204846 | Differences between
and this patch

Collapse All | Expand All

(-)conary-1.1.26.ebuild.orig (-2 / +4 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.26.ebuild,v 1.1 2007/05/23 14:46:05 smithj Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-1.1.26.ebuild,v 1.1 2007/05/23 14:46:05 smithj Exp $
4
4
5
inherit multilib
6
5
DESCRIPTION="repository-based system management and package-building tool"
7
DESCRIPTION="repository-based system management and package-building tool"
6
HOMEPAGE="http://wiki.rpath.com/wiki/Conary"
8
HOMEPAGE="http://wiki.rpath.com/wiki/Conary"
7
SRC_URI="ftp://download.rpath.com/conary/${P}.tar.bz2"
9
SRC_URI="ftp://download.rpath.com/conary/${P}.tar.bz2"
Lines 25-30 Link Here
25
}
27
}
26
28
27
src_install() {
29
src_install() {
28
	make DESTDIR=${D} install
30
	make DESTDIR="${D}" libdir=/usr/$(get_libdir) install
29
	dodoc LICENSE NEWS conary/ScanDeps/README conary/pysqlite3/{LICENSE,README}
31
	dodoc NEWS conary/ScanDeps/README conary/pysqlite3/README
30
}
32
}

Return to bug 204846