diff options
author | 2001-06-07 05:22:23 +0000 | |
---|---|---|
committer | 2001-06-07 05:22:23 +0000 | |
commit | 941d7575345886b52b5bb9a8b40bcaf6e64c3163 (patch) | |
tree | b5ebb76d5fa1c9c2521ef75ae381a1fb8dc9a647 /x11-terms/aterm | |
parent | *** empty log message *** (diff) | |
download | historical-941d7575345886b52b5bb9a8b40bcaf6e64c3163.tar.gz historical-941d7575345886b52b5bb9a8b40bcaf6e64c3163.tar.bz2 historical-941d7575345886b52b5bb9a8b40bcaf6e64c3163.zip |
Only things new here are aterm, lsdldoom, and net-irc perl module. the rest is
maintainer fixes. Long night
Diffstat (limited to 'x11-terms/aterm')
-rw-r--r-- | x11-terms/aterm/aterm-0.4.0.ebuild | 35 | ||||
-rw-r--r-- | x11-terms/aterm/files/digest-aterm-0.4.0 | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/x11-terms/aterm/aterm-0.4.0.ebuild b/x11-terms/aterm/aterm-0.4.0.ebuild new file mode 100644 index 000000000000..b56ab79022ed --- /dev/null +++ b/x11-terms/aterm/aterm-0.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Aaron Blew <moath@oddbox.org> +# /home/cvsroot/gentoo-x86/x11-terms/aterm/,v 1.2 2001/02/15 18:17:31 achim Exp + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatability" +SRC_URI="http://prdownloads.sourceforge.net/aterm/${A}" +HOMEPAGE="http://aterm.sourceforge.net" + +DEPEND=">=media-libs/jpeg-6b-r2 + >=media-libs/libpng-1.0.11 + virtual/x11" + +src_compile() { + + try ./configure --prefix=/usr --host=${CHOST} --enable-transparency \ + --enable-background-image --enable-menubar \ + --enable-graphics --with-x + try make + +} + +src_install () { + + try make DESTDIR=${D} install + dodoc TODO ChangeLog INSTALL doc/BUGS doc/FAQ doc/README.menu + docinto menu + dodoc doc/menu/* + docinto html + dodoc *.html + +} + diff --git a/x11-terms/aterm/files/digest-aterm-0.4.0 b/x11-terms/aterm/files/digest-aterm-0.4.0 new file mode 100644 index 000000000000..ede8c4d9bd14 --- /dev/null +++ b/x11-terms/aterm/files/digest-aterm-0.4.0 @@ -0,0 +1 @@ +MD5 ae09530c1721681e151a2048146d7fd0 aterm-0.4.0.tar.gz |