diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 18:03:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 18:03:23 +0000 |
commit | d0174ef1dd83c13e6982abfd4262aae79a31bc5e (patch) | |
tree | 3abc92df9e538ba94085a7bb8dd7112c734d244f /media-libs/SoQt | |
parent | repomanz0r (diff) | |
download | gentoo-2-d0174ef1dd83c13e6982abfd4262aae79a31bc5e.tar.gz gentoo-2-d0174ef1dd83c13e6982abfd4262aae79a31bc5e.tar.bz2 gentoo-2-d0174ef1dd83c13e6982abfd4262aae79a31bc5e.zip |
fix drobs repoman
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/SoQt-20010601-r1.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/media-libs/SoQt/SoQt-20010601-r1.ebuild b/media-libs/SoQt/SoQt-20010601-r1.ebuild index d58cd176a4aa..387fe99222b5 100644 --- a/media-libs/SoQt/SoQt-20010601-r1.ebuild +++ b/media-libs/SoQt/SoQt-20010601-r1.ebuild @@ -1,34 +1,30 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.10 2003/02/13 12:39:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.11 2003/07/18 18:03:23 vapier Exp $ -S=${WORKDIR}/${PN} DESCRIPTION="A Qt Interface for coin" -SRC_URI="ftp://ftp.coin3d.org/pub/snapshots/${A}" -HOMEPAGE="http://www.coinn3d.org" +SRC_URI="ftp://ftp.coin3d.org/pub/snapshots/${P}.tar.gz" +HOMEPAGE="http://www.coinn3d.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc " - +KEYWORDS="x86 sparc" DEPEND="virtual/x11 virtual/opengl =x11-libs/qt-2.3* =media-libs/coin-${PV}*" -src_compile() { +S=${WORKDIR}/${PN} +src_compile() { econf --qith-qt-dir=/usr/qt/2 || die make || die - } -src_install () { - +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* docinto txt dodoc docs/qtcomponents.doxygen - } |