2019-12-06 21:32:58 +03:00
|
|
|
#!/bin/bash ../.port_include.sh
|
|
|
|
port=termcap
|
|
|
|
version=1.3.1
|
|
|
|
useconfigure=true
|
|
|
|
configopts="--prefix=$SERENITY_ROOT/Root/usr"
|
2020-02-04 03:11:35 +03:00
|
|
|
files="https://ftp.gnu.org/gnu/termcap/termcap-${version}.tar.gz termcap-${version}.tar.gz"
|