summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2005-12-28 11:28:22 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2005-12-28 11:28:22 +0000
commit281af99bf644dfdcd62669654afb9409fb2e3323 (patch)
treea2631fa1e56522ecc8e8d8849fbb45f8f3e940d8 /net-im/coccinella/coccinella-0.95.10.ebuild
parenta lil fix (diff)
downloadhistorical-281af99bf644dfdcd62669654afb9409fb2e3323.tar.gz
historical-281af99bf644dfdcd62669654afb9409fb2e3323.tar.bz2
historical-281af99bf644dfdcd62669654afb9409fb2e3323.zip
bump version
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-im/coccinella/coccinella-0.95.10.ebuild')
-rw-r--r--net-im/coccinella/coccinella-0.95.10.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild
new file mode 100644
index 000000000000..bf9c67d7bd37
--- /dev/null
+++ b/net-im/coccinella/coccinella-0.95.10.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.1 2005/12/28 11:28:22 bass Exp $
+
+NAME=Coccinella
+S="${WORKDIR}/${NAME}-${PV}Src"
+DESCRIPTION="Virtual net-whiteboard."
+SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz"
+HOMEPAGE="http://hem.fyristorg.com/matben"
+LICENSE="GPL-2"
+DEPEND="dev-lang/tk"
+KEYWORDS="~mips ~x86"
+IUSE=""
+SLOT="0"
+
+src_compile() {
+ einfo "Nothing to compile for ${P}."
+}
+
+src_install () {
+ dodir /opt/coccinella
+ cp -R "${S}"/* ${D}/opt/coccinella/
+ fperms 0755 /opt/coccinella/Coccinella.tcl
+ dosym Coccinella.tcl /opt/coccinella/coccinella
+ insinto /etc/env.d
+ doins ${FILESDIR}/97coccinella
+ dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
+}
+
+pkg_postinst() {
+ echo
+ einfo "To run coccinella just type coccinella"
+ echo
+}