void-packages/srcpkgs/xfce4-wavelan-plugin/template
2020-12-31 21:38:35 +07:00

19 lines
659 B
Bash

# Template file for 'xfce4-wavelan-plugin'
pkgname=xfce4-wavelan-plugin
version=0.6.2
revision=2
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale"
hostmakedepends="pkg-config intltool"
makedepends="xfce4-panel-devel"
short_desc="WaveLAN plugin for the Xfce4 panel"
maintainer="Piraty <piraty1@inbox.ru>"
license="BSD-2-Clause"
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=ea7aa36650c596b1a29567d100776c68ed732aaf0f48c92245c4466058b5481d
post_install() {
vlicense COPYING
}