mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
Port: less
This commit is contained in:
parent
c1f8df5f86
commit
1c4882892c
1 changed files with 17 additions and 0 deletions
17
Ports/less/less.sh
Executable file
17
Ports/less/less.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
PORT_DIR=less
|
||||
INSTALLOPTS="DESTDIR=$SERENITY_ROOT/Root/"
|
||||
|
||||
function fetch() {
|
||||
run_fetch_web "http://ftp.gnu.org/gnu/less/less-530.tar.gz"
|
||||
}
|
||||
function configure() {
|
||||
run_configure_autotools
|
||||
}
|
||||
function build() {
|
||||
run_make
|
||||
}
|
||||
function install() {
|
||||
run_make_install
|
||||
}
|
||||
source ../.port_include.sh
|
Loading…
Add table
Add a link
Reference in a new issue