23 lines
619 B
Text
23 lines
619 B
Text
# Template file for 'mpc'
|
|
pkgname=mpc
|
|
version=0.23
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libmpdclient-devel"
|
|
short_desc="Minimalist command line interface to MPD"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.musicpd.org/clients/mpc/"
|
|
distfiles="http://www.musicpd.org/download/mpc/${version%.*}/mpc-${version}.tar.bz2"
|
|
checksum=29bab8f3018507c761eabcd9bb86856b3c3436f3ee1ba0456b0e17fc1c3729c7
|
|
|
|
post_install() {
|
|
vinstall doc/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
|
|
}
|
|
|
|
mpc_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|