diff options
author | 2004-06-22 23:00:55 +0000 | |
---|---|---|
committer | 2004-06-22 23:00:55 +0000 | |
commit | 441c6c5ac9f6f3c01ac4f817c0b0357c1b97cdc4 (patch) | |
tree | 3f2224b681e42239d5814f04e30a83c1acd31c3f /net-misc/multiimonc/multiimonc-0.3.3.ebuild | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-441c6c5ac9f6f3c01ac4f817c0b0357c1b97cdc4.tar.gz gentoo-2-441c6c5ac9f6f3c01ac4f817c0b0357c1b97cdc4.tar.bz2 gentoo-2-441c6c5ac9f6f3c01ac4f817c0b0357c1b97cdc4.zip |
New release 0.3.3.
Diffstat (limited to 'net-misc/multiimonc/multiimonc-0.3.3.ebuild')
-rw-r--r-- | net-misc/multiimonc/multiimonc-0.3.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/multiimonc/multiimonc-0.3.3.ebuild b/net-misc/multiimonc/multiimonc-0.3.3.ebuild new file mode 100644 index 000000000000..7f87cef5183c --- /dev/null +++ b/net-misc/multiimonc/multiimonc-0.3.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/multiimonc/multiimonc-0.3.3.ebuild,v 1.1 2004/06/22 23:00:55 hansmi Exp $ + +inherit eutils + +DESCRIPTION="A wxWidgets-based client for fli4l" +SRC_URI="http://www.fli4l.de/german/extern/multiimonc/MultiImonC-${PV}.tar.bz2" +HOMEPAGE="http://www.hansmi.ch/software/multiimonc" + +S="${WORKDIR}/MultiImonC-${PV}" + +KEYWORDS="~x86 ~ppc" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=x11-libs/wxGTK-2.4.1 + virtual/glibc + virtual/x11" + +src_compile() { + econf || die "could not configure" + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "install problem" +} + |