diff options
-rw-r--r-- | media-gfx/aview/aview-1.3.0_rc1.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/fbi/fbi-1.21.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/gozer/gozer-0.7.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/gphoto/gphoto-0.4.3-r2.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.0-r1.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/gtksee/gtksee-0.5.0.ebuild | 9 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/imagemagick/imagemagick-5.4.7.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.5.10.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/propaganda/propaganda-1.0.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/qiv/qiv-1.7-r3.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/xv/xv-3.10a-r2.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/xzgv/xzgv-0.7-r1.ebuild | 10 | ||||
-rw-r--r-- | media-gfx/zgv/zgv-5.6.ebuild | 7 |
16 files changed, 39 insertions, 55 deletions
diff --git a/media-gfx/aview/aview-1.3.0_rc1.ebuild b/media-gfx/aview/aview-1.3.0_rc1.ebuild index 08ded3eb3626..992d01428f24 100644 --- a/media-gfx/aview/aview-1.3.0_rc1.ebuild +++ b/media-gfx/aview/aview-1.3.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aview/aview-1.3.0_rc1.ebuild,v 1.6 2002/10/04 05:43:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aview/aview-1.3.0_rc1.ebuild,v 1.7 2002/10/18 20:59:13 vapier Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P/rc*/} @@ -13,15 +13,14 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND=">=media-libs/aalib-1.4_rc4" +RDEPEND="${DEPEND}" src_compile() { - econf || die make aview || die } src_install() { - into /usr dobin aview asciiview diff --git a/media-gfx/fbi/fbi-1.21.ebuild b/media-gfx/fbi/fbi-1.21.ebuild index ae092de5930a..4b19f36e189a 100644 --- a/media-gfx/fbi/fbi-1.21.ebuild +++ b/media-gfx/fbi/fbi-1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbi/fbi-1.21.ebuild,v 1.4 2002/10/04 05:44:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbi/fbi-1.21.ebuild,v 1.5 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="fbi a framebuffer image viewer" @@ -12,6 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=media-libs/jpeg-6b" +RDEPEND="${DEPEND}" src_compile() { export CFLAGS="${CFLAGS}" @@ -19,7 +20,6 @@ src_compile() { } src_install() { - make \ prefix=${D}/usr \ mandir=${D}/usr/share/man/man1 \ diff --git a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild index 5af131eaa047..dca07d7e4235 100644 --- a/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild +++ b/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild,v 1.6 2002/10/04 05:44:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-iconedit/gnome-iconedit-1.2.0-r5.ebuild,v 1.7 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Edits icons, what more can you say?" @@ -20,11 +20,9 @@ DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 # >=gnome-base/gnome-print-0.30 # Bonobo support is broken # bonobo? ( gnome-base/bonobo )" - - +RDEPEND="${DEPEND}" src_unpack() { - unpack ${A} # Fix some compile / #include errors @@ -39,7 +37,6 @@ src_unpack() { } src_compile() { - local myconf use nls || myconf="--disable-nls" @@ -53,7 +50,6 @@ src_compile() { } src_install() { - einstall || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO diff --git a/media-gfx/gozer/gozer-0.7.ebuild b/media-gfx/gozer/gozer-0.7.ebuild index 57090c1dde8e..cf3a41cb274e 100644 --- a/media-gfx/gozer/gozer-0.7.ebuild +++ b/media-gfx/gozer/gozer-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7.ebuild,v 1.3 2002/10/04 05:44:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7.ebuild,v 1.4 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="tool for rendering arbitary text as graphics, using ttfs and styles" @@ -13,15 +13,14 @@ KEYWORDS="x86" DEPEND="virtual/x11 >=media-libs/giblib-1.2.1" +RDEPEND="${DEPEND}" src_compile() { - econf || die emake || die } src_install() { - make prefix=${D}/usr \ mandir=${D}/usr/share/man install || die diff --git a/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild b/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild index 8e972159553a..53311bcd82f3 100644 --- a/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild +++ b/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild,v 1.4 2002/10/04 05:44:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto/gphoto-0.4.3-r2.ebuild,v 1.5 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="free, redistributable digital camera software application" SRC_URI="http://www.gphoto.net/dist/${P}.tar.gz" -HOMEPAGE="http://www.gphoto.org" +HOMEPAGE="http://www.gphoto.org/" SLOT="0" LICENSE="GPL-2" @@ -13,6 +13,7 @@ KEYWORDS="x86" DEPEND="media-libs/imlib >=media-gfx/imagemagick-4.1" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -21,7 +22,6 @@ src_unpack() { } src_compile() { - # -pipe does no work CFLAGS="${CFLAGS/-pipe}" ./configure --prefix=/usr --sysconfdir=/etc/gnome || die diff --git a/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild b/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild index 960d840521af..60c96199ccfe 100644 --- a/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild +++ b/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild,v 1.6 2002/10/04 05:44:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.0-r1.ebuild,v 1.7 2002/10/18 20:59:13 vapier Exp $ inherit libtool @@ -17,9 +17,9 @@ KEYWORDS="x86" DEPEND=">=dev-libs/libusb-0.1.5 =dev-libs/glib-1.2* >=sys-libs/zlib-1.1.4" +RDEPEND="${DEPEND}" src_compile() { - elibtoolize aclocal @@ -37,7 +37,6 @@ src_compile() { } src_install() { - make prefix=${D}/usr \ sysconfdir=${D}/etc \ gphotodocdir=${D}/usr/share/doc/${PF} \ diff --git a/media-gfx/gtksee/gtksee-0.5.0.ebuild b/media-gfx/gtksee/gtksee-0.5.0.ebuild index 1b9582cf5d9e..9721a7e5be57 100644 --- a/media-gfx/gtksee/gtksee-0.5.0.ebuild +++ b/media-gfx/gtksee/gtksee-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtksee/gtksee-0.5.0.ebuild,v 1.6 2002/10/05 05:39:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtksee/gtksee-0.5.0.ebuild,v 1.7 2002/10/18 20:59:13 vapier Exp $ IUSE="tiff png jpeg" @@ -17,17 +17,14 @@ DEPEND="=x11-libs/gtk+-1.2* jpeg? ( media-libs/jpeg ) tiff? ( media-libs/tiff ) png? ( >=media-libs/libpng-1.2.1 )" +RDEPEND="${DEPEND}" src_compile() { - econf || die emake || die - } -src_install () { - +src_install() { einstall || die dodoc ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README TODO - } diff --git a/media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild b/media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild index e48f3eb6b9e6..7fd374b5a7e5 100644 --- a/media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild +++ b/media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild,v 1.4 2002/10/05 05:39:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.7-r1.ebuild,v 1.5 2002/10/18 20:59:13 vapier Exp $ IUSE="perl X cups xml2 lcms" @@ -19,7 +19,6 @@ LICENSE="as-is" KEYWORDS="x86 ppc" DEPEND="media-libs/libpng - >=sys-apps/bzip2-1 >=sys-libs/zlib-1.1.3 >=media-libs/freetype-2.0 @@ -31,6 +30,7 @@ DEPEND="media-libs/libpng lcms? ( >=media-libs/lcms-1.06 ) perl? ( >=sys-devel/perl-5 ) xml2? ( >=dev-libs/libxml2-2.4.10 )" +RDEPEND="${DEPEND}" src_compile() { elibtoolize @@ -67,7 +67,6 @@ src_compile() { } src_install() { - myinst="prefix=${D}/usr PREFIX=${D}/usr" myinst="${myinst} MagickSharePath=${D}/usr/share/ImageMagick/" myinst="${myinst} pkgdocdir=${D}/usr/share/doc/${PF}/html" @@ -83,5 +82,4 @@ src_install() { perl-module_src_install rm -f ${D}/usr/share/ImageMagick/*.txt - } diff --git a/media-gfx/imagemagick/imagemagick-5.4.7.ebuild b/media-gfx/imagemagick/imagemagick-5.4.7.ebuild index 4ca2d78b3245..16af7186c2fe 100644 --- a/media-gfx/imagemagick/imagemagick-5.4.7.ebuild +++ b/media-gfx/imagemagick/imagemagick-5.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.7.ebuild,v 1.9 2002/10/05 05:39:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-5.4.7.ebuild,v 1.10 2002/10/18 20:59:13 vapier Exp $ IUSE="perl X cups xml2 lcms" @@ -19,7 +19,6 @@ LICENSE="as-is" KEYWORDS="x86 ppc" DEPEND="media-libs/libpng - >=sys-apps/bzip2-1 >=sys-libs/zlib-1.1.3 >=media-libs/freetype-2.0 @@ -31,6 +30,7 @@ DEPEND="media-libs/libpng lcms? ( >=media-libs/lcms-1.06 ) perl? ( >=sys-devel/perl-5 ) xml2? ( >=dev-libs/libxml2-2.4.10 )" +RDEPEND="${DEPEND}" src_compile() { elibtoolize @@ -68,7 +68,6 @@ src_compile() { } src_install() { - myinst="prefix=${D}/usr PREFIX=${D}/usr" myinst="${myinst} MagickSharePath=${D}/usr/share/ImageMagick/" myinst="${myinst} pkgdocdir=${D}/usr/share/doc/${PF}/html" @@ -84,5 +83,4 @@ src_install() { perl-module_src_install rm -f ${D}/usr/share/ImageMagick/*.txt - } diff --git a/media-gfx/pngcrush/pngcrush-1.5.10.ebuild b/media-gfx/pngcrush/pngcrush-1.5.10.ebuild index 9166fd3fd1a8..db36099ceb43 100644 --- a/media-gfx/pngcrush/pngcrush-1.5.10.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.5.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.5.10.ebuild,v 1.4 2002/10/04 05:45:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.5.10.ebuild,v 1.5 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} @@ -13,12 +13,13 @@ LICENSE="as-is" KEYWORDS="x86 ppc" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_compile() { cp Makefile.gcc Makefile emake CFLAGS="-I. ${CFLAGS}" || die } -src_install () { +src_install() { dobin pngcrush } diff --git a/media-gfx/propaganda/propaganda-1.0.ebuild b/media-gfx/propaganda/propaganda-1.0.ebuild index 5a90c57d014d..f526825e578a 100644 --- a/media-gfx/propaganda/propaganda-1.0.ebuild +++ b/media-gfx/propaganda/propaganda-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/propaganda/propaganda-1.0.ebuild,v 1.5 2002/10/04 05:45:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/propaganda/propaganda-1.0.ebuild,v 1.6 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/Propaganda DESCRIPTION="Propaganda Volume 1-14 + E. Tiling images for your desktop" @@ -29,6 +29,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_compile() { rm -fr ${S}/../Propaganda-Vol-11/.finderinfo @@ -61,7 +62,7 @@ src_compile() { chmod ugo+r -R ${S} } -src_install () { +src_install() { dodir /usr/share/pixmaps/ gunzip magicbg.tar.gz dodoc COPYING READM* magicbg.tar diff --git a/media-gfx/qiv/qiv-1.7-r3.ebuild b/media-gfx/qiv/qiv-1.7-r3.ebuild index 1adea4011a33..a0b052b71877 100644 --- a/media-gfx/qiv/qiv-1.7-r3.ebuild +++ b/media-gfx/qiv/qiv-1.7-r3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.5 2002/10/04 05:45:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qiv/qiv-1.7-r3.ebuild,v 1.6 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Quick Image Viewer" SRC_URI="http://www.klografx.net/qiv/download/${P}-src.tgz" -HOMEPAGE="http://www.klografx.net/qiv" +HOMEPAGE="http://www.klografx.net/qiv/" SLOT="0" LICENSE="GPL-2" @@ -15,6 +15,7 @@ DEPEND="media-libs/libpng >=media-libs/tiff-3.5.5 >=media-libs/imlib-1.9.10 virtual/x11" +RDEPEND="${DEPEND}" src_compile() { make || die diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild index b7122945bf6d..f152f7ff45f2 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild,v 1.7 2002/10/04 06:43:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild,v 1.8 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scanner Access Now Easy" @@ -8,6 +8,7 @@ HOMEPAGE="http://www.mostang.com/sane/" SRC_URI="ftp://ftp.mostang.com/pub/sane/sane-${PV}/${P}.tar.gz" DEPEND=">=media-gfx/sane-backends-1.0.8" +RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" @@ -19,7 +20,7 @@ src_compile() { emake || die "emake failed" } -src_install () { +src_install() { einstall datadir=${D}/usr/share/misc || die dodir /usr/lib/gimp/1.2/plug-ins diff --git a/media-gfx/xv/xv-3.10a-r2.ebuild b/media-gfx/xv/xv-3.10a-r2.ebuild index aadb9911f878..40d068e87657 100644 --- a/media-gfx/xv/xv-3.10a-r2.ebuild +++ b/media-gfx/xv/xv-3.10a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r2.ebuild,v 1.10 2002/10/18 20:50:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xv/xv-3.10a-r2.ebuild,v 1.11 2002/10/18 20:59:13 vapier Exp $ IUSE="png" @@ -19,6 +19,7 @@ DEPEND="virtual/x11 media-libs/tiff media-libs/libpng >=sys-libs/zlib-1.1.4 )" +RDEPEND="${DEPEND}" PATCHDIR=${WORKDIR}/patches diff --git a/media-gfx/xzgv/xzgv-0.7-r1.ebuild b/media-gfx/xzgv/xzgv-0.7-r1.ebuild index 071ad658e8c4..4ad6e0ba2ace 100644 --- a/media-gfx/xzgv/xzgv-0.7-r1.ebuild +++ b/media-gfx/xzgv/xzgv-0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xzgv/xzgv-0.7-r1.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xzgv/xzgv-0.7-r1.ebuild,v 1.3 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="An X image viewer." @@ -18,26 +18,22 @@ DEPEND="virtual/x11 sys-libs/zlib =x11-libs/gtk+-1.2* >=media-libs/imlib-1.0" +RDEPEND="${DEPEND}" src_unpack() { - - unpack ${P}.tar.gz + unpack ${A} cd ${S} cp config.mk config.mk.orig sed -e "s:-O2 -Wall:${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 \ SHARE_INFIX=/share \ diff --git a/media-gfx/zgv/zgv-5.6.ebuild b/media-gfx/zgv/zgv-5.6.ebuild index 48907426a44d..e091e87c89c6 100644 --- a/media-gfx/zgv/zgv-5.6.ebuild +++ b/media-gfx/zgv/zgv-5.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zgv/zgv-5.6.ebuild,v 1.4 2002/10/04 05:46:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zgv/zgv-5.6.ebuild,v 1.5 2002/10/18 20:59:13 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A svgalib console image viewer." @@ -16,9 +16,9 @@ DEPEND=">=media-libs/svgalib-1.4.2 media-libs/libpng >=media-libs/tiff-3.5.5 >=sys-libs/zlib-1.1.4" +RDEPEND="${DEPEND}" src_unpack() { - unpack ${A} cd ${S}/src @@ -28,12 +28,10 @@ src_unpack() { } 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 \ @@ -52,4 +50,3 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* SECURITY TODO } - |