summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild')
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild b/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild
deleted file mode 100644
index 48bdfd3d79c5..000000000000
--- a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild,v 1.6 2005/05/06 03:36:09 swegener Exp $
-
-DESCRIPTION="GTK+2 frontend for the efax program."
-
-HOMEPAGE="http://www.cvine.freeserve.co.uk/efax-gtk"
-SRC_URI="http://www.cvine.freeserve.co.uk/efax-gtk/${P}.src.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-DEPEND=">=dev-cpp/gtkmm-2.0.5
- >=x11-libs/gtk+-2"
-RDEPEND=">=net-misc/efax-0.9"
-
-
-#S=${WORKDIR}/${PN}
-
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
-
-src_install() {
-
- # The binaries
- dobin src/efax-gtk
- # The man page
- doman efax-gtk.1.gz
-
- # The spool directory and print filter
- dodir /var/spool/fax
- fowners lp:lp /var/spool/fax
- insinto /var/spool/fax
- insopts -m755 -oroot -groot
- doins efax-gtk-faxfilter/efax-gtk-faxfilter
-
- # Config file
- insinto /etc
- doins efax-gtkrc
-
- # Docs
- dodoc BUGS COPYRIGHT HISTORY README
-}