blob: e9802f6d8dd05ace5e233d8811a30ae5853a2fdf (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-base/pager/pager-1.1-r1.ebuild,v 1.2 2007/02/09 21:58:17 opfer Exp $
ROX_CLIB_VER=2.1.7
inherit rox eutils
DESCRIPTION="Pager - A pager applet for ROX-Filer"
HOMEPAGE="http://rox.sourceforge.net/"
SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND=">=x11-libs/libwnck-2.4.0"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.20"
APPNAME=Pager
APPNAME_COLLISION=True
|