| 1 |
xmw |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
johu |
1.3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/netwmpager-2.04.ebuild,v 1.2 2012/08/04 13:56:26 hwoarang Exp $
|
| 4 |
xmw |
1.1 |
|
| 5 |
|
|
EAPI=4
|
| 6 |
|
|
|
| 7 |
|
|
inherit toolchain-funcs
|
| 8 |
|
|
|
| 9 |
|
|
DESCRIPTION="EWMH (NetWM) compatible pager. Works with Openbox and other EWMH
|
| 10 |
|
|
compliant window managers."
|
| 11 |
|
|
HOMEPAGE="http://sourceforge.net/projects/sf-xpaint/files/netwmpager/"
|
| 12 |
|
|
SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
|
| 13 |
|
|
|
| 14 |
|
|
LICENSE="GPL-2"
|
| 15 |
|
|
SLOT="0"
|
| 16 |
johu |
1.3 |
KEYWORDS="amd64 ~ppc x86"
|
| 17 |
xmw |
1.1 |
IUSE=""
|
| 18 |
|
|
|
| 19 |
|
|
RDEPEND="x11-libs/libX11
|
| 20 |
|
|
x11-libs/libXrender
|
| 21 |
|
|
x11-libs/libXft
|
| 22 |
|
|
x11-libs/libXdmcp
|
| 23 |
|
|
x11-libs/libXau"
|
| 24 |
|
|
DEPEND="${RDEPEND}
|
| 25 |
|
|
virtual/pkgconfig
|
| 26 |
|
|
x11-proto/xproto"
|
| 27 |
|
|
|
| 28 |
|
|
src_configure() {
|
| 29 |
|
|
# econf doesn't work
|
| 30 |
|
|
tc-export CC
|
| 31 |
|
|
./configure --prefix=/usr || die
|
| 32 |
|
|
|
| 33 |
|
|
}
|
| 34 |
|
|
|
| 35 |
|
|
src_install () {
|
| 36 |
|
|
default
|
| 37 |
|
|
|
| 38 |
|
|
dodoc Changelog
|
| 39 |
|
|
}
|