sispmctl: include gemplug files.

This commit is contained in:
Enno Boland 2015-12-22 16:34:53 +01:00
parent 34fd5a06b5
commit 120fccb813

View file

@ -1,7 +1,7 @@
# Template file for 'sispmctl'
pkgname=sispmctl
version=3.1
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="libusb-compat-devel"
makedepends="libusb-compat-devel"
@ -11,3 +11,12 @@ 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
}