opt/links/Pkgfile

21 lines
409 B
Plaintext
Raw Normal View History

# 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
2019-09-26 11:29:44 +02:00
version=2.20.2
release=1
source=(http://links.twibright.com/download/links-$version.tar.bz2)
build () {
cd $name-$version
2019-04-29 19:13:34 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}