wok-next view epm/receipt @ rev 21443

updated sarg (2.3.1 -> 2.4.0)
author Hans-G?nter Theisgen
date Tue May 05 16:34:52 2020 +0100 (2020-05-05)
parents a3c581bf52b8
children 47cd926da0b1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="epm"
4 VERSION="4.2" # FIXME -> 4.4
5 CATEGORY="misc"
6 SHORT_DESC="File packaging program"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.msweet.org/epm/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/michaelrsweet/epm/archive/release-$VERSION.tar.gz" #
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 &&
18 make -j1 &&
19 install -Dm755 $src/epm $install/usr/bin/epm
20 }
22 genpkg_rules() {
23 copy @std
24 }