links: initial release, replacement for elinks (unmaintained)
This commit is contained in:
parent
3aefd1cf34
commit
a62d8361ab
6
links/.footprint
Normal file
6
links/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/links
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/links.1.gz
|
5
links/.signature
Normal file
5
links/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/QdffmMeWQTO/Y61JAqGtGAvCpGicuAet0NWvhnZvmfZ9jpYZ1rn1JOiHSGxj78mXZC8QOrUyf4c+jwk9H3zSAw=
|
||||
SHA256 (Pkgfile) = 77ec200bc6357e927e1cef1db89c38256d09a6758cf6fe9f68390fea2544528b
|
||||
SHA256 (.footprint) = d4a15715261774915063fd189ebc098512027f9bd8973e479a9d5d1b9544b548
|
||||
SHA256 (links-2.19.tar.bz2) = 70758c7dd9bb70f045407900e0a90f1114947fce832c2f9bdefd5c0158089a0a
|
18
links/Pkgfile
Normal file
18
links/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: text mode web browser
|
||||
# URL: http://links.twibright.com/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: bzip2 xz zlib openssl libevent
|
||||
|
||||
name=links
|
||||
version=2.19
|
||||
release=1
|
||||
source=(http://links.twibright.com/download/links-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user