wok-next view ncmpc/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 a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ncmpc"
4 VERSION="0.21"
5 CATEGORY="multimedia"
6 SHORT_DESC="A ncurses MPD client"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.musicpd.org/clients/ncmpc/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.musicpd.org/download/ncmpc/0/$TARBALL"
14 BUILD_DEPENDS="glib-dev ncurses-dev libmpdclient-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="mpd glib ncurses libmpdclient"
25 TAGS="music player"
26 }