New package: mpc-0.23 (close #133).
This commit is contained in:
parent
c8cb6b831c
commit
085d75845a
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue