diff options
author | Prakash Shetty <crux@gentoo.org> | 2001-06-25 14:27:56 +0000 |
---|---|---|
committer | Prakash Shetty <crux@gentoo.org> | 2001-06-25 14:27:56 +0000 |
commit | cda88ec50749df28ef88225b859284a7f8adfeaa (patch) | |
tree | 9d65482ab4973de519b51b07e502b52b57cea306 /dev-util/dialog | |
parent | c++ bindings for gnome (diff) | |
download | gentoo-2-cda88ec50749df28ef88225b859284a7f8adfeaa.tar.gz gentoo-2-cda88ec50749df28ef88225b859284a7f8adfeaa.tar.bz2 gentoo-2-cda88ec50749df28ef88225b859284a7f8adfeaa.zip |
*** empty log message ***
Diffstat (limited to 'dev-util/dialog')
-rw-r--r-- | dev-util/dialog/dialog-0.7.ebuild | 20 | ||||
-rw-r--r-- | dev-util/dialog/files/digest-dialog-0.7 | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/dialog/dialog-0.7.ebuild b/dev-util/dialog/dialog-0.7.ebuild new file mode 100644 index 000000000000..a762ed283d45 --- /dev/null +++ b/dev-util/dialog/dialog-0.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Prakash Shetty (Crux) <ps@gnuos.org> + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="A Tool to display Dialog boxes from Shell" +SRC_URI="http://www.advancedresearch.org/dialog/${A}" +HOMEPAGE="http://www.advancedresearch.org/dialog/" + +DEPEND=">=sys-apps/bash-2.04-r3 + >=sys-libs/ncurses-5.2-r4" + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog README +} + diff --git a/dev-util/dialog/files/digest-dialog-0.7 b/dev-util/dialog/files/digest-dialog-0.7 new file mode 100644 index 000000000000..8dd0948fbd8f --- /dev/null +++ b/dev-util/dialog/files/digest-dialog-0.7 @@ -0,0 +1 @@ +MD5 42e82e38563f92721893ed8d0f8eb693 dialog-0.7.tar.gz |