wok-4.x view cmus/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cmus"
4 VERSION="2.4.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="ncurses audio player"
7 MAINTAINER="mojo@slitaz.org"
8 WEB_SITE="http://cmus.sourceforge.net"
9 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
10 #WGET_URL="ftp://ftp.heanet.ie/mirrors/sourceforge/c/project/cm/cmus/$TARBALL"
11 WGET_URL=$SF_MIRROR/$PACKAGE/$TARBALL
14 DEPENDS="alsa-lib libvorbis libogg libmad ncurses"
15 BUILD_DEPENDS="alsa-lib-dev libvorbis-dev libogg-dev libmad-dev flac-dev ncurses-dev faad2-dev ffmpeg-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure prefix=/usr CONFIG_PULSE=n
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib/cmus $fs/usr/lib
30 cp -a $install/usr/share/cmus $fs/usr/share
32 }