mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
extra/links: new aport
A text WWW browser, similar to Lynx http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
This commit is contained in:
parent
15f47878bf
commit
739bdededd
25
extra/links/APKBUILD
Normal file
25
extra/links/APKBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=links
|
||||
pkgver=2.2
|
||||
pkgrel=0
|
||||
pkgdesc="A text WWW browser, similar to Lynx"
|
||||
url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
|
||||
license="GPL"
|
||||
subpackages="$pkgname-doc"
|
||||
# the bzip2 lib is linked static so we dont need in depends
|
||||
depends="zlib openssl"
|
||||
makedepends="pkgconfig zlib-dev openssl-dev bzip2-dev"
|
||||
source="http://$pkgname.twibright.com/download/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
build () {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--enable-javascript \
|
||||
--disable-graphics \
|
||||
--without-x \
|
||||
--disable-nls || return 1
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="bf5b20529a2a811701c5af52b28ebdd4 links-2.2.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user