You are not logged in.

#1 2010-01-31 14:43:29

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

[Almost complete] OpenTaxSolver

pkgname=opentaxsolver
pkgver=7.01
pkgrel=1
pkgdesc="A program for calculating Tax Form entries, similar to Turbo Tax"
arch=(i686)
url="http://$pkgname.sourceforge.net"
license=('GPL')
depends=(mesa gcc-libs)
makedepends=()
optdepends=()
backup=()
options=()
install=
source=(http://downloads.sourceforge.net/project/$pkgname/OTS_2009/v$pkgver/OpenTaxSolver2009_$pkgver.tgz)
md5sums=('4f004ade10434bd9e3e52f6537405bec')

build() {
  cd "$srcdir/OpenTaxSolver2009_$pkgver"

  # Remove precompiled binaries
  rm -f ./bin/*
  ./Build_taxsolve_packages_LINUX.sh || return 1

}

# vim:set ts=2 sw=2 et:

Really just need to tell it where to install the binaries and templates. I do not know if they need to maintain a relative directory structure, or maybe it should be patched to have the file open dialog default to the template directory.

As an aside, the interface is abysmal.

Offline

#2 2011-02-11 06:40:24

CPUnltd
Member
From: Milwaukee, WI
Registered: 2009-12-05
Posts: 483
Website

Re: [Almost complete] OpenTaxSolver

have you gotten this to compile yet?  I started a thread requesting this a couple of days ago and JUST found this thread today... SERIOUSLY interested in trying this out!


Help grow the dev population... have your tech trained and certified!

Offline

Board footer

Powered by FluxBB