diff options
author | 2001-12-29 17:41:37 +0000 | |
---|---|---|
committer | 2001-12-29 17:41:37 +0000 | |
commit | a6e200b9d5b10120a8c8fd0199d585899fddf6cc (patch) | |
tree | 8a64111227bb193803a4b39cfa6c4d422ffbe64f /media-libs/SoQt | |
parent | unmasked fam (diff) | |
download | historical-a6e200b9d5b10120a8c8fd0199d585899fddf6cc.tar.gz historical-a6e200b9d5b10120a8c8fd0199d585899fddf6cc.tar.bz2 historical-a6e200b9d5b10120a8c8fd0199d585899fddf6cc.zip |
big commit :-) read gentoo-announce msg and eclass/doc/news.txt for details
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/SoQt-20010601-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/SoQt/SoQt-20010601-r1.ebuild b/media-libs/SoQt/SoQt-20010601-r1.ebuild index dae600bd8242..bf5b1c1f7076 100644 --- a/media-libs/SoQt/SoQt-20010601-r1.ebuild +++ b/media-libs/SoQt/SoQt-20010601-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.2 2001/12/29 17:41:37 danarmak Exp $ A=${P}.tar.gz @@ -12,19 +12,19 @@ HOMEPAGE="http://www.coinn3d.org" DEPEND="virtual/x11 virtual/opengl - >=x11-libs/qt-x11-2.3 + >=x11-libs/qt-2.3 =media-libs/coin-${PV}" src_compile() { - try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} - try make + ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} --qith-qt-dir=/usr/qt/2 || die + make || die } src_install () { - try make DESTDIR=${D} install + make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* docinto txt dodoc docs/qtcomponents.doxygen |