summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-06-19 17:20:41 +0000
committerJonathan Smith <smithj@gentoo.org>2005-06-19 17:20:41 +0000
commit832348a29ee42ab7c1bc5a738aaf1cc722e2b771 (patch)
tree2676a8db0ae6a38ce774e230a1842efa5ae602d0 /x11-misc/efax-gtk/efax-gtk-2.2.16.ebuild
parentremoved polish localization (diff)
downloadgentoo-2-832348a29ee42ab7c1bc5a738aaf1cc722e2b771.tar.gz
gentoo-2-832348a29ee42ab7c1bc5a738aaf1cc722e2b771.tar.bz2
gentoo-2-832348a29ee42ab7c1bc5a738aaf1cc722e2b771.zip
version bump to 2.2.16, marked 2.2.9 stable, and removed old ebuilds
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/efax-gtk/efax-gtk-2.2.16.ebuild')
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.2.16.ebuild46
1 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/efax-gtk/efax-gtk-2.2.16.ebuild b/x11-misc/efax-gtk/efax-gtk-2.2.16.ebuild
new file mode 100644
index 000000000000..71ba80c6a7f5
--- /dev/null
+++ b/x11-misc/efax-gtk/efax-gtk-2.2.16.ebuild
@@ -0,0 +1,46 @@
+# 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.16.ebuild,v 1.1 2005/06/19 17:20:41 smithj Exp $
+
+DESCRIPTION="GTK+2 frontend for the efax program."
+
+HOMEPAGE="http://efax-gtk.sourceforge.net/"
+SRC_URI="mirror://sourceforge/efax-gtk/${P}.src.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=dev-cpp/gtkmm-2.0.5
+ >=x11-libs/gtk+-2
+ >=sys-apps/sed-4"
+RDEPEND=">=net-misc/efax-0.9"
+
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e 's:efax-0.9a:efax:' src/efax_controller.cpp src/main.cpp
+ sed -i -e 's:efix-0.9a:efix:' src/fax_list.cpp
+}
+
+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
+}