steam: Create -udev-rules subpackge for device udev rules
This commit is contained in:
parent
b019186856
commit
5a9fcc8e74
|
@ -0,0 +1 @@
|
|||
steam
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'steam'
|
||||
pkgname=steam
|
||||
version=1.0.0.78
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686 x86_64"
|
||||
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
|
||||
liberation-fonts-ttf file tar bash coreutils lsof"
|
||||
liberation-fonts-ttf file tar bash coreutils lsof steam-udev-rules"
|
||||
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="custom: Proprietary license"
|
||||
|
@ -33,3 +33,10 @@ do_install() {
|
|||
# Void-specific documentation.
|
||||
vdoc "${FILESDIR}/README.voidlinux"
|
||||
}
|
||||
|
||||
steam-udev-rules_package() {
|
||||
short_desc+=" - udev rules for hardware"
|
||||
pkg_install() {
|
||||
vmove usr/lib/udev/rules.d
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue