summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-04-12 20:17:10 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-04-12 20:17:10 +0000
commit100a70beedac34de937c1a6c7e32d30b6bc330eb (patch)
tree7a22f9800cd27e5b5223a493e52920dcfb86b3ee /x11-misc/xfishtank/xfishtank-2.1.ebuild
parentInitial import. Closing bug #42707. (diff)
downloadhistorical-100a70beedac34de937c1a6c7e32d30b6bc330eb.tar.gz
historical-100a70beedac34de937c1a6c7e32d30b6bc330eb.tar.bz2
historical-100a70beedac34de937c1a6c7e32d30b6bc330eb.zip
Initial import. Closing bug #42706.
Diffstat (limited to 'x11-misc/xfishtank/xfishtank-2.1.ebuild')
-rw-r--r--x11-misc/xfishtank/xfishtank-2.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/xfishtank/xfishtank-2.1.ebuild b/x11-misc/xfishtank/xfishtank-2.1.ebuild
new file mode 100644
index 000000000000..5fede6908a9b
--- /dev/null
+++ b/x11-misc/xfishtank/xfishtank-2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfishtank/xfishtank-2.1.ebuild,v 1.1 2004/04/12 20:17:10 pyrania Exp $
+
+DESCRIPTION="Turns your root window into an aquarium."
+HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/demos/"
+MY_P="${P}tp"
+SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="virtual/x11"
+
+src_compile() {
+ makedepend || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README.Linux README.TrueColor README.Why2.1tp
+}