You are not logged in.
there is httrack, and works great...
but maybe others prefer getleft http://personal1.iddeo.es/andresgarci/getleft/english/
it looks nice...
maybe someone wants to do the package for it?
I arch, you arch, he arch, she arch, we arch, they arch...
Offline
tried to make a PKGBUILD...
pkgname=getleft
pkgver=1.2
pkgrel=1
pkgdesc=""
arch=('i686')
url="http://personal1.iddeo.es/andresgarci/getleft/english/index.html"
license=('GPL')
depends=('curl' 'tk')
makedepends=()
install=
source=("http://prdownloads.sourceforge.net/getleftdown/Getleft-v1.2.tar.gz")
md5sums=('76236c3fb91a5314f946738852e43b02')
build() {
cd "$startdir/src/Getleft-v1.2"
install -d -m 0755 $startdir/pkg/usr
./install.tcl --prefix=$startdir/pkg/usr --lang=en
}But it fails with
==> Beginne build()...
Invalid path: /home/michael/.var_abs_local/getleft/pkg/usrIt's a problem with the install.tcl script from the sources but I don't know how to fix it.
Last edited by SiD (2008-07-24 16:00:32)
Offline
In the install file it is said that prefix may be /usr or /usr/local, nothing else. That is bad, and has to be fixed upstream.
Offline
use install -D -m rather than -d -m I think.
[git] | [AURpkgs] | [arch-games]
Offline
Parameters:
* prefix: It can be either '/usr' or '/usr/local', if you
think other paths should be available, please let me know.
I send a e-mail to the author.
Offline
I've made a package from the binary provided by the author. Check it out : http://aur.archlinux.org/packages.php?ID=18951
It's my first package ![]()
Offline
I have this issue:
freetype2-ubuntu: posee conflictos con freetype2
I arch, you arch, he arch, she arch, we arch, they arch...
Offline
I think I might have to modify the PKGBUILD then.
I modified it, please check if it works ok.
Last edited by Lord Illidan (2008-08-07 10:18:59)
Offline
wow, great Lord Illidan!
it works good ![]()
thanks!
I arch, you arch, he arch, she arch, we arch, they arch...
Offline