diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-15 15:27:15 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-15 15:27:15 +0000 |
commit | 82a252491c2f5cd5c2115bf60a44cea22e1488c7 (patch) | |
tree | 5ba049a47aac849d77ce3e1c15900914cd213dcd /x11-terms | |
parent | *** empty log message *** (diff) | |
download | historical-82a252491c2f5cd5c2115bf60a44cea22e1488c7.tar.gz historical-82a252491c2f5cd5c2115bf60a44cea22e1488c7.tar.bz2 historical-82a252491c2f5cd5c2115bf60a44cea22e1488c7.zip |
*** empty log message ***
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/powershell/files/digest | 1 | ||||
-rw-r--r-- | x11-terms/powershell/powershell-0.80.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-terms/powershell/files/digest b/x11-terms/powershell/files/digest new file mode 100644 index 000000000000..00f40dd33120 --- /dev/null +++ b/x11-terms/powershell/files/digest @@ -0,0 +1 @@ +MD5 25380001352cef5f61e627fabe7465be powershell-0.8.tar.gz diff --git a/x11-terms/powershell/powershell-0.80.ebuild b/x11-terms/powershell/powershell-0.80.ebuild new file mode 100644 index 000000000000..ad7d543b541e --- /dev/null +++ b/x11-terms/powershell/powershell-0.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Heade + +P=powershell-0.80 +A=powershell-0.8.tar.gz +S=${WORKDIR}/powershell-0.8 +CATEGORY="gnome-apps" +DESCRIPTION="Terminal emulator, supports multiple terminals in a single window" +SRC_URI="http://powershell.pdq.net/download/"${A} +HOMEPAGE="http://powershell.pdq.net" + +src_unpack() { + unpack ${A} +} + +src_compile() { + cd ${S} + LDFLAGS="-L/opt/gnome/lib" ./configure --host=${CHOST} --prefix=/opt/gnome + make +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install +} + + + |