diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libecwj2/libecwj2-3.3.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/sci-libs/libecwj2/libecwj2-3.3.ebuild b/sci-libs/libecwj2/libecwj2-3.3.ebuild index 5ccbd71c753a..914c91093fdd 100644 --- a/sci-libs/libecwj2/libecwj2-3.3.ebuild +++ b/sci-libs/libecwj2/libecwj2-3.3.ebuild @@ -1,30 +1,21 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3.ebuild,v 1.2 2007/01/10 14:10:09 djay Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libecwj2/libecwj2-3.3.ebuild,v 1.3 2007/02/01 22:55:29 djay Exp $ DESCRIPTION="This library offers read (decompress) and write (compress) for both the ECW and the ISO JPEG 2000 image file formats" -SRC_URI="${P}-2006-09-06.zip" -HOMEPAGE="http://www.ermapper.com/ecw/" -PKG_URL="http://www.ermapper.com/downloads/download_view.aspx?PRODUCT_VERSION_ID=305" +SRC_URI="mirror://gentoo/${P}-2006-09-06.zip" +HOMEPAGE="http://www.ermapper.com/ProductView.aspx?t=28" LICENSE="ECWPL" -RESTRICT="fetch" SLOT="0" KEYWORDS="~x86" IUSE="doc examples" DEPEND="virtual/libc" -pkg_nofetch() { - einfo "Download latest archive from :" - einfo "${PKG_URL}" - einfo "Then move it to ${DISTDIR}/${SRC_URI}" -} - src_install() { into /usr mkdir -p "${D}usr/include" # hack to enable install of include files - make DESTDIR=${D} install || die "make install failed" if use doc; then dodoc SDK.pdf |