[go: up one dir, main page]

Menu

[r3]: / wmfrog / wmfrog-0.2.0.ebuild  Maximize  Restore  History

Download this file

24 lines (18 with data), 482 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Header: /home/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0.ebuild
DESCRIPTION="Dockable graphical weather application for Windowmaker/Fluxbox, etc ..."
SRC_URI="http://www.colar.net/wmapps/${P}.tgz"
HOMEPAGE="http://www.colar.net/wmapps/"
DEPEND="virtual/x11
dev-lang/perl"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc amd64"
src_compile() {
cd ${S}/Src
emake || die
}
src_install () {
dodoc CHANGES COPYING README
cd ${S}/Src
make DESTDIR=${D} install || die
}