opt/links/Pkgfile

21 lines
385 B
Plaintext
Raw Normal View History

# Description: text mode web browser
2021-03-18 18:10:56 +01:00
# URL: http://links.twibright.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
2024-07-31 09:35:29 +02:00
# Depends on: bzip2 libevent zstd
name=links
2024-07-31 09:35:29 +02:00
version=2.30
release=1
source=(http://links.twibright.com/download/links-$version.tar.bz2)
2021-03-18 18:10:56 +01:00
build() {
cd $name-$version
2019-04-29 19:13:34 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
}