void-packages/srcpkgs/sispmctl/template

23 lines
664 B
Bash
Raw Normal View History

2015-12-22 14:11:43 +00:00
# Template file for 'sispmctl'
pkgname=sispmctl
2016-02-19 09:27:40 +00:00
version=4.0
revision=1
2015-12-22 14:11:43 +00:00
build_style=gnu-configure
2016-02-19 09:27:40 +00:00
hostmakedepends="pkg-config"
2015-12-22 14:11:43 +00:00
makedepends="libusb-compat-devel"
short_desc="Application to control GEMBIRD (m)SiS-PM devices"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://sispmctl.sourceforge.net/"
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
2016-02-19 09:27:40 +00:00
checksum=442d9bb9774da7214c222144035ac68ad5d25171040ce2731cfdf49b3365cfd5
2015-12-22 15:34:53 +00:00
post_install() {
cd extras/gemplug
vbin gemplug
vman gemplug.1
vinstall 74-sispmctl.rules 644 usr/lib/udev/rules.d
vinstall gemplug-completion.sh 644 usr/share/bash-completion/completions
}