summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-03-20 19:10:28 +0000
committerAlin Năstac <mrness@gentoo.org>2005-03-20 19:10:28 +0000
commitbb1e9a1f0ecb6d449afb6fb68e29e5e72c07288c (patch)
treef236a80d3efc82f161ea0a8bb5449c7fc0dc36f7 /net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild
parentMoving to net-dialup/gtk-imonc (diff)
downloadhistorical-bb1e9a1f0ecb6d449afb6fb68e29e5e72c07288c.tar.gz
historical-bb1e9a1f0ecb6d449afb6fb68e29e5e72c07288c.tar.bz2
historical-bb1e9a1f0ecb6d449afb6fb68e29e5e72c07288c.zip
Moved from net-misc/gtk-imonc to net-dialup/gtk-imonc.
Diffstat (limited to 'net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild')
-rw-r--r--net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild
new file mode 100644
index 000000000000..7ee593383b05
--- /dev/null
+++ b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.1 2005/03/20 19:10:28 mrness Exp $
+
+DESCRIPTION="A GTK+-2 based imond client for fli4l"
+SRC_URI="http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/${P}${V}.tar.gz"
+HOMEPAGE="http://userpage.fu-berlin.de/~zeank/gtk-imonc/"
+
+KEYWORDS="~x86 ~ppc ~amd64"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2.4.0
+ virtual/libc
+ virtual/x11"
+
+src_compile() {
+ econf || die "could not configure"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install problem"
+}
+