gnustep-apps/mpdcon - 1.5.1 (gentoo)

Search

Install

Install this version:

emerge -a =gnustep-apps/mpdcon-1.5.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gnustep-apps/mpdcon-1.5.1

Or alternatively:

emerge --autounmask-write -a =gnustep-apps/mpdcon-1.5.1

Package Information

Description:
GNUstep client for the Music Player Daemon
Homepage:
http://gap.nongnu.org/mpdcon/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.5.1 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit gnustep-2

MY_P=${P/mpdc/MPDC}
DESCRIPTION="GNUstep client for the Music Player Daemon"
HOMEPAGE="http://gap.nongnu.org/mpdcon/"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"

KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"

RDEPEND="dev-libs/libbsd
	>=gnustep-libs/sqlclient-1.6.0[sqlite]
	>=media-libs/libmpdclient-2.7"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${MY_P}

src_compile() {
	egnustep_env
	egnustep_make need-libbsd=yes
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/libbsd
	>=gnustep-libs/sqlclient-1.6.0[sqlite]
	>=media-libs/libmpdclient-2.7

RDEPEND

dev-libs/libbsd
	>=gnustep-libs/sqlclient-1.6.0[sqlite]
	>=media-libs/libmpdclient-2.7

Manifest for 1.5.1

Type File Size Source URLs
DIST MPDCon-1.5.1.tar.gz 90845 bytes https://savannah.nongnu.org/download/gap/MPDCon-1.5.1.tar.gz