diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
commit | 16e3224c5d18bea18534a1770c2ec62b7f006f75 (patch) | |
tree | e30e9ef9a689f1e562193ee189f1916da1a79b23 /media-gfx/fbi | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-16e3224c5d18bea18534a1770c2ec62b7f006f75.tar.gz gentoo-2-16e3224c5d18bea18534a1770c2ec62b7f006f75.tar.bz2 gentoo-2-16e3224c5d18bea18534a1770c2ec62b7f006f75.zip |
repoman'd
Diffstat (limited to 'media-gfx/fbi')
-rw-r--r-- | media-gfx/fbi/fbi-1.11.ebuild | 36 | ||||
-rw-r--r-- | media-gfx/fbi/fbi-1.21.ebuild | 31 | ||||
-rw-r--r-- | media-gfx/fbi/files/digest-fbi-1.11 | 1 |
3 files changed, 12 insertions, 56 deletions
diff --git a/media-gfx/fbi/fbi-1.11.ebuild b/media-gfx/fbi/fbi-1.11.ebuild deleted file mode 100644 index 892c145ea62f..000000000000 --- a/media-gfx/fbi/fbi-1.11.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - -S=${WORKDIR}/${P} -DESCRIPTION="fbi a framebuffer image viewer" -SRC_URI="http://www.strusel007.de/linux/misc/`echo ${P} |sed -e 's:-:_:'`.tar.gz" -HOMEPAGE="http://www.strusel007.de/linux/fbi.html" - -DEPEND=">=media-libs/jpeg-6b" - - -src_unpack() { - - unpack ${A} - - cd ${S}/src - sed -e "s:-O2:${CFLAGS}:" Makefile |cat >Makefile - - cd ${S}/libpcd - sed -e "s:-O2:${CFLAGS}:" Makefile |cat >Makefile -} - -src_compile() { - - make CC=gcc || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man/man1 \ - install || die - - dodoc COPYING README - -} diff --git a/media-gfx/fbi/fbi-1.21.ebuild b/media-gfx/fbi/fbi-1.21.ebuild index 892c145ea62f..ea7eb9e053df 100644 --- a/media-gfx/fbi/fbi-1.21.ebuild +++ b/media-gfx/fbi/fbi-1.21.ebuild @@ -1,36 +1,29 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbi/fbi-1.21.ebuild,v 1.3 2002/07/23 04:33:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="fbi a framebuffer image viewer" -SRC_URI="http://www.strusel007.de/linux/misc/`echo ${P} |sed -e 's:-:_:'`.tar.gz" +SRC_URI="http://www.strusel007.de/linux/misc/${P/-/_}.tar.gz" HOMEPAGE="http://www.strusel007.de/linux/fbi.html" -DEPEND=">=media-libs/jpeg-6b" - - -src_unpack() { +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" - unpack ${A} - - cd ${S}/src - sed -e "s:-O2:${CFLAGS}:" Makefile |cat >Makefile - - cd ${S}/libpcd - sed -e "s:-O2:${CFLAGS}:" Makefile |cat >Makefile -} +DEPEND=">=media-libs/jpeg-6b" src_compile() { - + export CFLAGS="${CFLAGS}" make CC=gcc || die } src_install() { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man/man1 \ - install || die + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man/man1 \ + install || die dodoc COPYING README - } diff --git a/media-gfx/fbi/files/digest-fbi-1.11 b/media-gfx/fbi/files/digest-fbi-1.11 deleted file mode 100644 index 9319f83802d8..000000000000 --- a/media-gfx/fbi/files/digest-fbi-1.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 b7b49e0e4773f7b9c67a39d0ddf56c31 fbi_1.11.tar.gz 35940 |