void-packages/srcpkgs/sispmctl/template
2020-10-23 18:51:20 +02:00

19 lines
679 B
Bash

# Template file for 'sispmctl'
pkgname=sispmctl
version=4.8
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libusb-compat-devel"
short_desc="Application to control GEMBIRD (m)SiS-PM devices"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://sispmctl.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0f8391f7e95cbf1fb96a68686a1dcf1e16747b050ae1b8ff90653c99976068db
system_groups="sispmctl"
post_install() {
vinstall ${DESTDIR}/usr/share/doc/sispmctl/examples/60-sispmctl.rules 644 usr/lib/udev/rules.d/
rm -r ${DESTDIR}/usr/share/doc/sispmctl/examples
}