wok-next view mpl123/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents c4e53a39395a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mpl123"
4 VERSION="1.1.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="Lightweight Ncurses frontend to mpg123"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/pankso/mpl123"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/pankso/mpl123/archive/v$VERSION.tar.gz"
14 compile_rules() {
15 make DESTDIR=$install install
16 }
18 genpkg_rules() {
19 mkdir -p $fs
20 cp -a $install/* $fs
21 DEPENDS="dialog mpg123"
22 }