wok-next view epm/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="epm"
4 VERSION="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/v$VERSION.tar.gz"
14 compile_rules()
15 {
16 ./configure \
17 --prefix=/usr &&
18 make -j1 &&
19 install -Dm755 $src/epm $install/usr/bin/epm
20 }
22 genpkg_rules()
23 {
24 copy @std
25 }