summaryrefslogtreecommitdiff
path: root/dev-perl/X11-XCB/X11-XCB-0.09.ebuild
blob: 3ca45f1fea01d0ed5082eb7935da285f76f9ffb4 (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
30
31
32
33
34
35
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

MODULE_AUTHOR="MSTPLBG"

inherit eutils perl-module

DESCRIPTION="X11::XCB - perl bindings for libxcb"

LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"

KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-perl/XS-Object-Magic
		dev-perl/extutils-depends
		dev-perl/extutils-pkgconfig
		virtual/perl-ExtUtils-ParseXS
		x11-libs/libxcb"

RDEPEND="dev-perl/Mouse
		dev-perl/MouseX-NativeTraits
		dev-perl/Try-Tiny
		virtual/perl-XSLoader
		x11-libs/libxcb"

src_prepare() {
	epatch "${FILESDIR}/X11-XCB-0.09-dynamic-linking.patch"
	epatch "${FILESDIR}/X11-XCB-0.09-fix-xcb-includes.patch"

	perl-module_src_prepare
}