summaryrefslogtreecommitdiff
blob: c141b2adc0a8a3d60b5f738108b53d101e6066ab (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-3.0.ebuild,v 1.2 2006/11/27 13:14:08 gustavoz Exp $

DESCRIPTION="APM monitor for AfterStep"
SRC_URI="http://www.tigr.net/afterstep/download/asapm/${P}.tar.gz"
HOMEPAGE="http://www.tigr.net/afterstep/list.pl"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc -sparc ~x86"
IUSE="jpeg"

DEPEND="virtual/x11
	jpeg? ( media-libs/jpeg )"

src_compile() {
	econf $(use_enable jpeg) || die "econf failed"
	emake || die "emake failed"
}

src_install () {
	dobin asapm
	newman asapm.man asapm.1
}