/[packages]/cauldron/steam/current/SPECS/steam.spec
ViewVC logotype

Contents of /cauldron/steam/current/SPECS/steam.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 397221 - (show annotations) (download)
Fri Feb 8 22:54:42 2013 UTC (11 years, 2 months ago) by neoclust
File size: 858 byte(s)
imported package steam
1 Name: steam
2 Version: 0
3 Release: %mkrel 1
4 Summary: Steam Client
5
6 Group: Games/Other
7 License: Proprietary
8 URL: https://github.com/ValveSoftware/steam-for-linux
9 Source0: http://media.steampowered.com/client/installer/steam.deb
10
11 # TODO: Add needed runtime requires
12 # Requires:
13
14 BuildArch: noarch
15
16 %description
17 Steam Client
18
19 %prep
20 %setup -q -c -T
21
22 ar xv %{SOURCE0}
23
24 %build
25
26 %install
27 cp data.tar.gz %buildroot
28
29 pushd %buildroot
30 tar xzvf data.tar.gz
31 rm -frv data.tar.gz
32 popd
33
34 %files
35 %doc %_docdir/*
36 %_bindir/steam
37 %_bindir/steamdeps
38 %_prefix/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
39 %_datadir/applications/steam.desktop
40 %_iconsdir/hicolor/*/apps/steam.*
41 %_mandir/man6/steam.6.*
42 %_datadir/pixmaps/steam.png
43 %_datadir/pixmaps/steam_tray.png
44 %_sysconfdir/apt/sources.list.d/steam.list

  ViewVC Help
Powered by ViewVC 1.1.30