summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-08-12 02:27:48 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-08-12 02:27:48 +0000
commit9151ebcbc19c0a2ad85f0646619b5ebebf7d972c (patch)
tree6180f4a7d847ff61d5e651f8a975221d4fe3b7ab /app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild
parentInitial ebuild submitted by Olof <olofshopping@hotmail.com>. bug 140117. (diff)
downloadgentoo-2-9151ebcbc19c0a2ad85f0646619b5ebebf7d972c.tar.gz
gentoo-2-9151ebcbc19c0a2ad85f0646619b5ebebf7d972c.tar.bz2
gentoo-2-9151ebcbc19c0a2ad85f0646619b5ebebf7d972c.zip
Initial ebuild submitted by Olof <olofshopping@hotmail.com>. bug 140120.
(Portage version: 2.1-r1)
Diffstat (limited to 'app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild')
-rw-r--r--app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild
new file mode 100644
index 000000000000..55619bd50c6c
--- /dev/null
+++ b/app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtomoe-gtk/libtomoe-gtk-0.1.0.ebuild,v 1.1 2006/08/12 02:27:48 matsuu Exp $
+
+DESCRIPTION="Tomoe GTK+ interface widget library"
+HOMEPAGE="http://tomoe.sourceforge.jp/"
+SRC_URI="mirror://sourceforge.jp/tomoe/17171/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/tomoe-0.2.0
+ >=x11-libs/gtk+-2.4.0"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+
+ dodoc AUTHORS ChangeLog NEWS README
+}