wok-next annotate epm/receipt @ rev 20473

Tiny edits...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 16:57:21 2018 +0200 (2018-03-10)
parents d36394ef35a1
children a3c581bf52b8
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@15526 2
pascal@15526 3 PACKAGE="epm"
pascal@15526 4 VERSION="4.2"
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@20473 9 WEB_SITE="http://www.msweet.org/projects.php?Z2"
al@20473 10
pascal@15526 11 TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
pascal@15526 12 WGET_URL="http://www.msweet.org/files/project2/$TARBALL"
pascal@15526 13
al@20473 14 compile_rules() {
al@20473 15 ./configure --prefix=/usr && make -j 1 &&
al@20473 16 install -Dm755 $src/epm $install/usr/bin/epm
pascal@15526 17 }
pascal@15526 18
al@20473 19 genpkg_rules() {
al@20473 20 copy @std
pascal@15526 21 }