mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sispmctl: update to 4.8.
This commit is contained in:
parent
d1e5aade45
commit
2658bbdb3a
2 changed files with 5 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="fd10", GROUP="sispmctl", MODE="660"
|
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="fd11", GROUP="sispmctl", MODE="660"
|
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="fd12", GROUP="sispmctl", MODE="660"
|
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="fd13", GROUP="sispmctl", MODE="660"
|
|
||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="04b4", ATTR{idProduct}=="fd15", GROUP="sispmctl", MODE="660"
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sispmctl'
|
# Template file for 'sispmctl'
|
||||||
pkgname=sispmctl
|
pkgname=sispmctl
|
||||||
version=4.1
|
version=4.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-compat-devel"
|
makedepends="libusb-compat-devel"
|
||||||
|
@ -10,9 +10,10 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
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=bf5177e085cb0168e18e4cfb69645c3095da149ed46f5659d6e757bde3548e40
|
checksum=0f8391f7e95cbf1fb96a68686a1dcf1e16747b050ae1b8ff90653c99976068db
|
||||||
system_groups="sispmctl"
|
system_groups="sispmctl"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/60-sispmctl.rules 644 usr/lib/udev/rules.d/
|
vinstall ${DESTDIR}/usr/share/doc/sispmctl/examples/60-sispmctl.rules 644 usr/lib/udev/rules.d/
|
||||||
|
rm -r ${DESTDIR}/usr/share/doc/sispmctl/examples
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue