wok-next view mpl123/receipt @ rev 21154
updated firefox-official (59.0.3 -> 65.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 01 15:39:07 2019 +0100 (2019-02-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 }