summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/ochusha/ochusha-0.4.5.7.ebuild')
-rw-r--r--net-www/ochusha/ochusha-0.4.5.7.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/net-www/ochusha/ochusha-0.4.5.7.ebuild b/net-www/ochusha/ochusha-0.4.5.7.ebuild
new file mode 100644
index 000000000000..35172ec06803
--- /dev/null
+++ b/net-www/ochusha/ochusha-0.4.5.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/ochusha/ochusha-0.4.5.7.ebuild,v 1.1 2003/12/17 18:41:01 usata Exp $
+
+IUSE=""
+
+DESCRIPTION="Ochusha - 2ch viewer for GTK+"
+HOMEPAGE="http://ochusha.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/${PN}/7290/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/xft
+ >=x11-libs/gtk+-2.2.4
+ >=dev-libs/glib-2.2.3
+ >=dev-libs/libxml2-2.5.0
+ >=gnome-base/libghttp-1.0.9
+ sys-libs/zlib
+ sys-devel/gettext
+ dev-libs/oniguruma"
+#RDEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+
+ econf --enable-regex || die
+ emake || die
+}
+
+src_install() {
+
+ einstall || die
+
+ dodoc ABOUT-NLS ACKNOWLEDGEMENT AUTHORS BUGS \
+ ChangeLog INSTALL* NEWS README TODO
+}