wok-next diff epm/receipt @ rev 21597
updated dosbox (0.74-2 -> 0.74.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 24 14:18:09 2020 +0100 (2020-06-24) |
parents | a3c581bf52b8 |
children | 47cd926da0b1 |
line diff
1.1 --- a/epm/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/epm/receipt Wed Jun 24 14:18:09 2020 +0100 1.3 @@ -12,7 +12,10 @@ 1.4 WGET_URL="https://github.com/michaelrsweet/epm/archive/release-$VERSION.tar.gz" # 1.5 1.6 compile_rules() { 1.7 - ./configure --prefix=/usr && make -j 1 && 1.8 + ./configure \ 1.9 + --prefix=/usr \ 1.10 + && 1.11 + make -j1 && 1.12 install -Dm755 $src/epm $install/usr/bin/epm 1.13 } 1.14