19 lines
647 B
Bash
19 lines
647 B
Bash
# Template file for 'xfce4-mpc-plugin'
|
|
pkgname=xfce4-mpc-plugin
|
|
version=0.5.3
|
|
revision=1
|
|
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=0467fb4d1acd982d3c3e0b89cb41019946850524ff19ed0f658a8d56c7b7664d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|