sispmctl: include gemplug files.
This commit is contained in:
parent
34fd5a06b5
commit
120fccb813
1 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sispmctl'
|
# Template file for 'sispmctl'
|
||||||
pkgname=sispmctl
|
pkgname=sispmctl
|
||||||
version=3.1
|
version=3.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libusb-compat-devel"
|
hostmakedepends="libusb-compat-devel"
|
||||||
makedepends="libusb-compat-devel"
|
makedepends="libusb-compat-devel"
|
||||||
|
@ -11,3 +11,12 @@ license="GPL-2"
|
||||||
homepage="http://sispmctl.sourceforge.net/"
|
homepage="http://sispmctl.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=e9a99cc81ef0a93f3484e5093efd14d93cc967221fcd22c151f0bea32eb91da7
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue