File: fbpanel.ebuild

package info (click to toggle)
fbpanel 7.0-4.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 5,084 kB
  • sloc: ansic: 11,684; sh: 404; python: 382; makefile: 315
file content (25 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (5)
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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

#inherit toolchain-funcs eutils
inherit eutils

DESCRIPTION="light-weight X11 desktop panel"
HOMEPAGE="http://fbpanel.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~arm alpha amd64 ppc ~ppc64 x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"


src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc CHANGELOG CREDITS README
}