mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 01:37:36 +00:00
Ports: Clean up some package.sh scripts
- Remove superfluous function overrides and use makeopts instead - Remove superfluous installopts - Use run rather than cd'ing manually - Ensure empty line between functions
This commit is contained in:
parent
a4fbdb97c7
commit
7cc7f7ac54
5 changed files with 7 additions and 14 deletions
|
@ -3,8 +3,4 @@ port=stress-ng
|
|||
version=0.11.23
|
||||
workdir=stress-ng-${version}
|
||||
files="https://github.com/ColinIanKing/stress-ng/archive/V${version}.tar.gz stress-ng-${version}.tar.gz"
|
||||
installopts="DESTDIR=$SERENITY_ROOT/Build/Root"
|
||||
|
||||
build() {
|
||||
run make STATIC=1
|
||||
}
|
||||
makeopts="STATIC=1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue