diff options
author | Tom William Payne <twp@gentoo.org> | 2006-01-23 22:42:36 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2006-01-23 22:42:36 +0000 |
commit | cb6ba6a04aa99228265352a0ddd816c5073645e2 (patch) | |
tree | 2c7f6d47916d0d9895492bfee9864212c10ca22f /dev-libs/rote/rote-0.2.8.ebuild | |
parent | Stable on alpha wrt security bug #119548 (diff) | |
download | historical-cb6ba6a04aa99228265352a0ddd816c5073645e2.tar.gz historical-cb6ba6a04aa99228265352a0ddd816c5073645e2.tar.bz2 historical-cb6ba6a04aa99228265352a0ddd816c5073645e2.zip |
Initial version. Bug # 98647.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-libs/rote/rote-0.2.8.ebuild')
-rw-r--r-- | dev-libs/rote/rote-0.2.8.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/rote/rote-0.2.8.ebuild b/dev-libs/rote/rote-0.2.8.ebuild new file mode 100644 index 000000000000..45b1664ed75c --- /dev/null +++ b/dev-libs/rote/rote-0.2.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rote/rote-0.2.8.ebuild,v 1.1 2006/01/23 22:42:36 twp Exp $ + +inherit eutils + +DESCRIPTION="A simple C library for VT102 terminal emulation" +HOMEPAGE="http://rote.sourceforge.net/" +SRC_URI="mirror://sourceforge/rote/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/libc" + +src_install() { + make DESTDIR=${D} install || die + dodoc README +} |