diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 914ff821d2c9171d59d78c830c93b4b465321ff8 (patch) | |
tree | 267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/tinyq/tinyq-3.0.4.ebuild | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2 gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip |
repoman'd
Diffstat (limited to 'dev-libs/tinyq/tinyq-3.0.4.ebuild')
-rw-r--r-- | dev-libs/tinyq/tinyq-3.0.4.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild index 1e71cb4d07b5..e3c6c845aa37 100644 --- a/dev-libs/tinyq/tinyq-3.0.4.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.4.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/dev-libs/tinyqt/tinyqt-3.0.3.ebuild,v 1.3 2002/04/27 10:31:46 seemant Exp +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $ -DESCRIPTION="Stripped down version of qt ${PV} for console development" -SLOT="3" S=${WORKDIR}/${P} +DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="mirror://sourceforge/tinyqt/tinyq-${PV}.tar.bz2" HOMEPAGE="http://www.uwyn.com/projects/tinyq" -KEYWORDS="x86" + +SLOT="3" LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - >=sys-devel/gcc-2.95.3-r5 - >=dev-util/yacc-1.9.1-r1 +DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" QTBASE=/usr/qt/tinyq @@ -25,9 +24,7 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die insinto /etc/env.d doins ${FILESDIR}/47tinyq - } |