Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381533
Collapse All | Expand All

(-)libmcs-0.7.1-r2.ebuild.old (-6 / +6 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/dev-libs/libmcs/libmcs-0.7.1-r2.ebuild,v 1.9 2010/01/14 21:32:53 fauli Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcs/libmcs-0.7.1-r2.ebuild,v 1.9 2010/01/14 21:32:53 fauli Exp $
4
4
5
EAPI=4
6
5
DESCRIPTION="Abstracts the storage of configuration settings away from applications."
7
DESCRIPTION="Abstracts the storage of configuration settings away from applications."
6
HOMEPAGE="http://sacredspiral.co.uk/~nenolod/mcs/"
8
HOMEPAGE="http://sacredspiral.co.uk/~nenolod/mcs/"
7
SRC_URI="http://distfiles.atheme.org/${P}.tgz"
9
SRC_URI="http://distfiles.atheme.org/${P}.tgz"
Lines 16-30 Link Here
16
DEPEND=">=dev-util/pkgconfig-0.9.0
18
DEPEND=">=dev-util/pkgconfig-0.9.0
17
	${RDEPEND}"
19
	${RDEPEND}"
18
20
19
src_compile() {
21
src_configure() {
20
	econf \
22
	econf \
21
		--disable-kconfig \
23
                --disable-kconfig \
22
		$(use_enable gnome gconf) \
24
                $(use_enable gnome gconf)
23
		|| die "econf failed"
24
	emake || die "emake failed"
25
}
25
}
26
26
27
src_install() {
27
src_install() {
28
	emake DESTDIR="${D}" install || die "emake install failed"
28
	default
29
	dodoc AUTHORS README TODO
29
	dodoc AUTHORS README TODO
30
}
30
}

Return to bug 381533