wok-next rev 21628
updated epm (4.2 -> 4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 17:08:31 2020 +0100 (2020-06-25) |
parents | 1766aee487d7 |
children | eeaac811d96f |
files | epm/receipt |
line diff
1.1 --- a/epm/receipt Thu Jun 25 16:07:08 2020 +0100 1.2 +++ b/epm/receipt Thu Jun 25 17:08:31 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="epm" 1.7 -VERSION="4.2" # FIXME -> 4.4 1.8 +VERSION="4.4" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="File packaging program" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -9,16 +9,17 @@ 1.13 WEB_SITE="https://www.msweet.org/epm/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://github.com/michaelrsweet/epm/archive/release-$VERSION.tar.gz" # 1.17 +WGET_URL="https://github.com/michaelrsweet/epm/archive/v$VERSION.tar.gz" 1.18 1.19 -compile_rules() { 1.20 - ./configure \ 1.21 - --prefix=/usr \ 1.22 - && 1.23 +compile_rules() 1.24 +{ 1.25 + ./configure \ 1.26 + --prefix=/usr && 1.27 make -j1 && 1.28 - install -Dm755 $src/epm $install/usr/bin/epm 1.29 + install -Dm755 $src/epm $install/usr/bin/epm 1.30 } 1.31 1.32 -genpkg_rules() { 1.33 +genpkg_rules() 1.34 +{ 1.35 copy @std 1.36 }