wok-next annotate mpl123/receipt @ rev 21527

updated bootchart (0.9 -> 1.20)
author Hans-G?nter Theisgen
date Fri Jun 19 15:06:45 2020 +0100 (2020-06-19)
parents c4e53a39395a
children
rev   line source
pankso@16574 1 # SliTaz package receipt.
pankso@16574 2
pankso@16574 3 PACKAGE="mpl123"
pankso@16587 4 VERSION="1.1.0"
pankso@16574 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="Lightweight Ncurses frontend to mpg123"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@16574 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://github.com/pankso/mpl123"
al@21020 10
pankso@16574 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="https://github.com/pankso/mpl123/archive/v$VERSION.tar.gz"
pankso@16574 13
al@21020 14 compile_rules() {
al@21020 15 make DESTDIR=$install install
pankso@16574 16 }
pankso@16574 17
al@21020 18 genpkg_rules() {
pankso@16574 19 mkdir -p $fs
al@21020 20 cp -a $install/* $fs
al@21020 21 DEPENDS="dialog mpg123"
pankso@16574 22 }