wok-next annotate epm/receipt @ rev 21039

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents a3c581bf52b8
children 47cd926da0b1
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@15526 2
pascal@15526 3 PACKAGE="epm"
al@20906 4 VERSION="4.2" # FIXME -> 4.4
pascal@15526 5 CATEGORY="misc"
al@20473 6 SHORT_DESC="File packaging program"
pascal@15526 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15526 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://www.msweet.org/epm/"
al@20473 10
al@20906 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20906 12 WGET_URL="https://github.com/michaelrsweet/epm/archive/release-$VERSION.tar.gz" #
pascal@15526 13
al@20473 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 &&
al@21020 18 make -j1 &&
al@20473 19 install -Dm755 $src/epm $install/usr/bin/epm
pascal@15526 20 }
pascal@15526 21
al@20473 22 genpkg_rules() {
al@20473 23 copy @std
pascal@15526 24 }