desktop/steam/PKGBUILD

48 lines
1.6 KiB
Bash
Raw Normal View History

2013-02-16 05:58:39 +08:00
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (x86_64): AlmAck <gluca86 [at] gmail.com>
# contributor (ccr): blablub <spamalicious.steve@gmail.com>
pkgname=steam
2013-02-26 04:24:23 +08:00
pkgver=1.0.0.34
2013-02-16 05:58:39 +08:00
pkgrel=1
pkgdesc="Installer for the Steam software distribution service"
arch=('x86_64')
url="http://steampowered.com/"
license=('custom')
depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-liberation'
'lib32-sdl' 'lib32-libvorbis' 'lib32-alsa-lib'
'lib32-libgcrypt' 'lib32-nss' 'lib32-openal'
'lib32-gcc-libs' 'lib32-libx11')
2013-02-16 05:58:39 +08:00
optdepends=(
'lib32-mesa: for open source ATI/Intel/Nouveau users'
2013-02-16 05:58:39 +08:00
'lib32-catalyst-utils: for AMD Catalyst users'
'lib32-catalyst-legacy-utils: for AMD Catalyst Legacy users'
2013-02-16 05:58:39 +08:00
'lib32-nvidia-utils-bumblebee: for NVIDIA + Bumblebee users'
'lib32-nvidia-utils: for NVIDIA proprietary blob users'
2013-02-24 19:53:46 +08:00
'lib32-nvidia-304xx-utils: for NVIDIA 304xx series proprietary users'
'flashplugin: for flash video')
2013-02-16 05:58:39 +08:00
install=steam.install
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz")
2013-02-26 04:24:23 +08:00
md5sums=('4ff9bf72b36a460d65ab3e57852f9bac')
2013-02-16 05:58:39 +08:00
package() {
2013-02-24 19:53:46 +08:00
cd "$srcdir/$pkgname"
2013-02-16 05:58:39 +08:00
make DESTDIR=${pkgdir} install
# Install license
install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" "$pkgdir/usr/share/licenses/steam/LICENSE"
2013-02-24 19:53:46 +08:00
# remove steamdeps not needed for chakra linux
rm "$pkgdir/usr/bin/steamdeps"
2013-02-16 05:58:39 +08:00
}
2013-02-24 19:53:46 +08:00
# Todo:
# Makefile need a review/patch, because is ubuntu specific
# remove bootstraplinux_ubuntu12_32.tar.xz from usr/lib/