19 lines
647 B
Bash
19 lines
647 B
Bash
# Template file for 'xfce4-mpc-plugin'
|
|
pkgname=xfce4-mpc-plugin
|
|
version=0.5.2
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--with-locales-dir=/usr/share/locale"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="MPD client plugin for the Xfce4 panel"
|
|
maintainer="Peter Wang <novalazy@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=eefe78b7b6b95312b3a52814b7f632dc92970c1b3e9535de616315749bf67760
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|