17 lines
567 B
Text
17 lines
567 B
Text
# Template file for 'mpc'
|
|
pkgname=mpc
|
|
version=0.26
|
|
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.xz"
|
|
checksum=20735f7173cce56bec50c1d8b4633751052dc68365b29a6113206dc1cdc6e242
|
|
|
|
post_install() {
|
|
vinstall doc/mpc-completion.bash 644 usr/share/bash-completion/completions mpc
|
|
}
|