jobcore/links/PKGBUILD

82 lines
2.4 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=links
pkgver=2.29
pkgrel=01
pkgdesc='A text WWW browser, similar to Lynx - gfx enabled in xlinks w/o zstd and ipv6'
url='http://links.twibright.com/'
depends=('brotli' 'libbrotlidec.so' 'bzip2' 'libbz2.so' 'gpm' 'libgpm.so'
'libevent' 'openssl' 'xz')
makedepends=('libtiff' 'libpng' 'libxt' 'librsvg')
optdepends=('libx11: for using xlinks'
'libtiff: for using xlinks'
'libpng: for using xlinks'
'librsvg: for using xlinks')
#options=('debug') ## uncomment this line to have the corresponding debug pkg produced
source=("http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2"
'links.desktop')
configure_options=(
--prefix=/usr
--mandir=/usr/share/man
--disable-javascript
--without-zstd
--without-ipv6
)
prepare() {
cd ${pkgname}-${pkgver}
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
}
build() {
cd ${pkgname}-${pkgver}
(cd intl; ./gen-intl; ./synclang)
./configure \
"${configure_options[@]}" \
--enable-graphics \
--with-x \
--with-fb
make
mv links xlinks
./configure \
"${configure_options[@]}" \
--disable-graphics \
--without-x \
--without-fb
make
}
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -D -m0755 xlinks "${pkgdir}/usr/bin/xlinks"
ln -s links.1.gz "${pkgdir}/usr/share/man/man1/xlinks.1.gz"
install -D -m0644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop"
install -d "${pkgdir}/usr/share/pixmaps"
install -m0644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm links-48x48.xpm "${pkgdir}/usr/share/pixmaps/"
install -d "${pkgdir}/usr/share/doc/links/calibration"
install -m0644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
sha256sums=(22aa96c0b38e1a6f8f7ed9d7a4167a47fc37246097759ef6059ecf8f9ead7998 # links-2.29.tar.bz2
f96bf2638e9c309bfdb857bd62a732b980231b3a683cd585ec872b249c2c1b19) # links.desktop
## c45dfef7e65cca9d8e40ae74ca1d9648b59e3360e60677563f4119910c593f37 links-2.29-01-x86_64.pkg.tar.lz