summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-05-16 23:37:54 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-05-16 23:37:54 +0000
commit693dab65ce60c2e36702dca14ff927000a80c05b (patch)
treefa9614ff7d52b8a7e8ae066e518643e8febf6122 /dev-tcltk/scwoop/scwoop-4.1.ebuild
parentInitial import (Manifest recommit) (diff)
downloadgentoo-2-693dab65ce60c2e36702dca14ff927000a80c05b.tar.gz
gentoo-2-693dab65ce60c2e36702dca14ff927000a80c05b.tar.bz2
gentoo-2-693dab65ce60c2e36702dca14ff927000a80c05b.zip
Initial import
Diffstat (limited to 'dev-tcltk/scwoop/scwoop-4.1.ebuild')
-rw-r--r--dev-tcltk/scwoop/scwoop-4.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-tcltk/scwoop/scwoop-4.1.ebuild b/dev-tcltk/scwoop/scwoop-4.1.ebuild
new file mode 100644
index 000000000000..89ffed36ed0c
--- /dev/null
+++ b/dev-tcltk/scwoop/scwoop-4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/scwoop/scwoop-4.1.ebuild,v 1.1 2004/05/16 23:32:57 matsuu Exp $
+
+DESCRIPTION="Simple Composite Widget Object Oriented Package"
+HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
+SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
+
+LICENSE="as-is"
+KEYWORDS="~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-tcltk/tcllib"
+
+src_install() {
+ dodir /usr/lib/scwoop
+ ./instapkg.tcl ${D}/usr/lib/scwoop || die
+
+ dodoc CHANGES CONTENTS COPYRIGHT INSTALL README TODO
+ dohtml scwoop.htm
+ docinto demo
+ dodoc demo*
+}