Package Details: links-g-directfb 2.30-5

Git Clone URL: https://aur.archlinux.org/links-g-directfb.git (read-only, click to copy)
Package Base: links-g-directfb
Description: A text WWW browser, similar to Lynx (with directfb, X and fb graphics. This version also supports SVGALIB)
Upstream URL: http://links.twibright.com/
Licenses: GPL-2.0-or-later
Conflicts: links
Provides: links, links-g
Replaces: links
Submitter: Duologic
Maintainer: RAMChYLD
Last Packager: RAMChYLD
Votes: 77
Popularity: 0.050051
First Submitted: 2009-01-24 19:10 (UTC)
Last Updated: 2025-05-02 13:32 (UTC)

Required by (14)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

lks commented on 2016-07-18 11:24 (UTC)

@djringjr Thank you for your comment, I will update the package to the current version 2.13 (on thursday). But I haven't noticed that the source was down so far. At this time the sources are accessible: http://links.twibright.com/download/links-2.12.tar.bz2 http://links.twibright.com/download/links-2.13.tar.bz2 Perhaps, the server was offline during maintenance?

djringjr commented on 2016-07-13 13:19 (UTC) (edited on 2016-07-13 13:20 (UTC) by djringjr)

# SAVE THIS FILE AS PKGBUILD and use it instead! # Source is down - so use archive org copy and change this PKGBUILD # To make use sudo makepkg ./PKGBUILD with this file as PKGBUILD # Maintainer: lks <lukas dot graetz at web dot de> # Contributor: JokerBoy <jokerboy at punctweb dot ro> # Contributor: sqwishy <sqwishybon@gmail.com> # Contributor: Duologic # Contributor: djringjr <n1ea@arrl.net> _pkgname=links pkgname=links-g-directfb pkgver=2.12 pkgrel=1 pkgdesc="A text WWW browser, similar to Lynx (with directfb, X and fb graphics)" arch=('i686' 'x86_64' 'armv7h') url="http://links.twibright.com/" license=('GPL') # 'libx11' 'libxt' packages are for the x11 backend # 'directfb' package is for the directfb backend depends=('bzip2' 'xz' 'openssl' 'gpm' 'directfb' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent') makedepends=('libxt') provides=('links' 'links-g') conflicts=('links' 'links-g') replaces=('links-g') source=(https://web.archive.org/web/20151226070312/http://links.twibright.com/download/${_pkgname}-${pkgver}.tar.bz2 links.desktop) sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b' 'a2084166ef252175f14805f2e6a4467c45c51477') prepare() { cd ${_pkgname}-${pkgver} sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure } build() { cd ${_pkgname}-${pkgver} (cd intl; ./gen-intl; ./synclang) ./configure --prefix=/usr --mandir=/usr/share/man \ --enable-graphics --with-x --with-fb --with-directfb make } package() { cd ${_pkgname}-${pkgver} make DESTDIR="${pkgdir}" install install -D -m644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop" install -d "${pkgdir}/usr/share/pixmaps" install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/" install -d "${pkgdir}/usr/share/doc/links/calibration" install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/" }

dag commented on 2013-07-19 18:07 (UTC)

after some research... put sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure above ./configure and it builds

somercet commented on 2013-06-13 13:12 (UTC)

I changed the order of the autoconf command and it compiled without error: ./configure --prefix=/usr --enable-graphics --with-ssl --with-fb --with-directfb --enable-javascript --enable-graphics --mandir=/usr/share/man

vladimir1922 commented on 2013-05-15 11:14 (UTC)

Refused to compile after complaining about openssl not being installed. Of course openssl is installed (it is even included on the dependencies). Any Idea why?

jokerboy commented on 2012-07-20 20:41 (UTC)

Thanks