You are not logged in.

#1 2004-05-02 02:28:39

galen
Member
From: Canada
Registered: 2003-07-02
Posts: 135
Website

Request: fax client such as efax

for us non gnome kde users


Off to using Peanut and Slackware, no hard feelings but I need my CD to burn, PDA and scanner to connect and arch won't do it.

[img]http://www.flightsimhq.org/images/war-is-bushit_s.jpg[/img]

Offline

#2 2004-05-17 21:52:22

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: Request: fax client such as efax

Ok, done it, it's in incoming atm.

#Contributor Ravi Desai <ravster3@hotmail.com>
pkgname=efax
pkgver=0.9
pkgrel=1
pkgdesc="efax is a small ANSI C/POSIX program that sends and receives faxes using any fax modem (Class 1, 2 or 2.0)."
url="http://www.cce.com/efax/"
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(ftp://ftp.metalab.unc.edu/pub/Linux/apps/serialcomm/fax/$pkgname-$pkgver.tar.gz)
md5sums=('23bd3767f87c455c58ccae7f88bce725')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  pico fax
  make DESTDIR=$startdir/pkg install
}

There is no configuration for this package, all that should be done is compile it, then edit the file 'fax' to the specifications for your computer/fax-modem(this is done with pico, as you can see: you can change it to nano or whatever you prefer to use).
After the configuration, the files are installed onto the system.

/me will try to make the gtk-frontend.

Offline

Board footer

Powered by FluxBB