wok-next view mpl123/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
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 }