You are not logged in.

#1 2005-10-12 21:22:56

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

[PKGBUILD] links2 (console and GUI!!)

pkgname=links2
pkgver=2.1pre19
pkgrel=1
pkgdesc="links2 is a web browser with console and graphic UI"
url="http://links.twibright.com"
license="GPL"
depends=('x-server')
source=($url/download/links-$pkgver.tar.bz2)
md5sums=('41521f4608b60baf1157f700d5943554')

build() {
  cd $startdir/links-$pkgver
  ./configure --prefix=/usr --enable-graphics --enable-javascript --with-ssl
  make || return 1
  make DESTDIR=$startdir/pkg install
}

makepkg install and then links -g and njoy. IT IS BETTER THAN DILLO (it has SSL support etc). press g to go to a page. I hope someone gets to maintain it via AUR

Offline

#2 2005-10-12 22:16:47

LudoTheGreat
Member
From: Wisconsin
Registered: 2005-04-27
Posts: 40
Website

Re: [PKGBUILD] links2 (console and GUI!!)

build() {
  cd $startdir/links-$pkgver 

should be

build() {
  cd $startdir/src/links-$pkgver 

Offline

#3 2005-10-12 22:34:59

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [PKGBUILD] links2 (console and GUI!!)

zeppelin wrote:

I hope someone gets to maintain it via AUR

Why not do it yourself?

Offline

Board footer

Powered by FluxBB