blob: ca1526f02f4d31208e6804a4311aa428e1db5ced (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/systemtray/systemtray-0.2.ebuild,v 1.1 2004/12/09 20:09:23 sergey Exp $
DESCRIPTION="SystemTray is a notification area applet for ROX-Filer"
MY_PN="SystemTray"
HOMEPAGE="http://rox.sourceforge.net/"
SRC_URI="mirror://sourceforge/rox/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
ROX_LIB_VER=1.9.10
ROX_CLIB_VER=2.0.0
APPNAME=${MY_PN}
S=${WORKDIR}
inherit rox
|