Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1354 - xzgv 0.7 ebuild
Summary: xzgv 0.7 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 18:06 UTC by Preston A. Elder
Modified: 2003-04-04 01:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Preston A. Elder 2002-03-26 18:06:31 UTC
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Preston A. Elder <prez@goth.net>

S=${WORKDIR}/${P}
DESCRIPTION="an X version of zgv."
SRC_URI="http://xzgv.browser.org/${P}.tar.gz
	ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/${P}.tar.gz"
HOMEPAGE="http://xzgv.browser.org"

DEPEND=">=x11-libs/gtk+-1.2.10-r4
	>=media-libs/imlib-1.9.10
	>=media-libs/jpeg-6b-r2
	>=media-libs/libpng-1.0.12
	>=media-libs/tiff-3.5.5
	>=sys-libs/zlib-1.1.3-r2"


src_unpack() {

	unpack ${A}

	cd ${S}
	cp config.mk config.mk.orig	
	sed -e "s:-O2:${CFLAGS}:" config.mk.orig > config.mk
}

src_compile() {

	emake || die
}

src_install() {

	dodir /usr/bin /usr/share/info /usr/share/man/man1
	make PREFIX=${D}/usr			
		\
	     INFODIR=${D}/usr/share/info				\
	     MANDIR=${D}/usr/share/man/man1				\
	     install || die
	
	# Fix info files
        cd ${D}/usr/share/info
	mv xzgv.gz xzgv.info.gz
	for i in 1 2 3
	do
	   mv xzgv-$i.gz xzgv.info-$i.gz
        done
	cd ${S}
	
	dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
}
Comment 1 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-27 00:31:04 UTC
We are under a new ebuild freeze while we work towards our 1.0 release.

We appreciate your submitition and ask that you please resubmitted it after the
freeze is lifted (within a week or two) and we'll be able to look at it and
commit it then.

Thank You

Marking as LATER due to freeze...
Comment 2 Preston A. Elder (RETIRED) gentoo-dev 2002-04-25 22:54:41 UTC
Has been added.
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:22:21 UTC
db fix
Comment 4 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:12 UTC
db fix