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

(-)skippy-0.5.0.ebuild.orig (-11 / +7 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.13 2009/01/09 14:24:15 remi Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.13 2009/01/09 14:24:15 remi Exp $
4
4
5
EAPI=2
6
5
inherit eutils
7
inherit eutils
6
8
7
IUSE=""
9
IUSE=""
Lines 24-43 Link Here
24
	x11-proto/xproto
26
	x11-proto/xproto
25
	x11-proto/xineramaproto
27
	x11-proto/xineramaproto
26
	dev-util/pkgconfig
28
	dev-util/pkgconfig
27
	>=media-libs/imlib2-1.1.0"
29
	>=media-libs/imlib2-1.1.0[X]"
28
29
src_unpack() {
30
	unpack ${A}
31
	cd ${S}
32
	epatch ${FILESDIR}/${PN}-pointer-size.patch
33
}
34
30
35
src_compile() {
31
src_prepare() {
36
	emake || die "emake failed"
32
	epatch "${FILESDIR}"/${PN}-pointer-size.patch
37
}
33
}
38
34
39
src_install() {
35
src_install() {
40
	make DESTDIR=${D} BINDIR=/usr/bin install || die
36
	make DESTDIR="${D}" BINDIR=/usr/bin install || die
41
37
42
	insinto /usr/share/${P}
38
	insinto /usr/share/${P}
43
	doins skippyrc-default
39
	doins skippyrc-default

Return to bug 248579