eth0s/ports/core/links/Pkgfile

18 lines
409 B
Text
Raw Normal View History

2019-11-10 23:18:00 +08:00
# Description: Text and graphics mode WWW browser
# URL: http://links.twibright.com/
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on: openssl libevent
name=links
2021-04-18 08:19:42 +08:00
version=2.22
2019-11-10 23:18:00 +08:00
release=1
source=(http://links.twibright.com/download/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}