void-packages/srcpkgs/sispmctl/template
2015-12-23 15:53:04 +01:00

22 lines
673 B
Bash

# Template file for 'sispmctl'
pkgname=sispmctl
version=3.1
revision=2
build_style=gnu-configure
hostmakedepends="libusb-compat-devel"
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"
checksum=e9a99cc81ef0a93f3484e5093efd14d93cc967221fcd22c151f0bea32eb91da7
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
}