diff --git a/srcpkgs/steam-udev-rules b/srcpkgs/steam-udev-rules new file mode 120000 index 00000000000..9fe3d968963 --- /dev/null +++ b/srcpkgs/steam-udev-rules @@ -0,0 +1 @@ +steam \ No newline at end of file diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index 80d9aa80e61..cf74dc3c256 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -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 " 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 + } +}