summaryrefslogtreecommitdiff
path: root/steam-native-runtime/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-04 16:44:07 +0200
committerTim Biermann <tbier@posteo.de>2019-08-04 16:44:07 +0200
commit214d0a0b7415134458789b41d88f6ddd6a01c95d (patch)
tree796257e27b17a38ca8815522eb44f07bad172740 /steam-native-runtime/Pkgfile
parentc084bb37dbb4e3b3fe953dca74c64fea9954bcae (diff)
downloadcontrib-214d0a0b7415134458789b41d88f6ddd6a01c95d.tar.gz
contrib-214d0a0b7415134458789b41d88f6ddd6a01c95d.tar.xz
steam-native-runtime: initial-commit
Diffstat (limited to 'steam-native-runtime/Pkgfile')
-rw-r--r--steam-native-runtime/Pkgfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/steam-native-runtime/Pkgfile b/steam-native-runtime/Pkgfile
new file mode 100644
index 000000000..d6bb17229
--- /dev/null
+++ b/steam-native-runtime/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Meta package to run steam-native
+# URL: https://steampowered.com
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: brotli-32 cups-32 jansson-32 libcaca-32 libcanberra-32 libndp-32 libnewt-32 libnl-32 libpsl-32 libsdl2-32 libselinux libudev0-shim-32 libva1-32 networkmanager-32 openssl1-32 rtmpdump-32 steam vulkan-loader-32 xorg-libxscrnsaver-32
+# Optional: pulseaudio-32 apulse-32 libappindicator-sharp-32
+
+name=steam-native-runtime
+version=0.1
+release=1
+source=()
+
+build() {
+ install -d $PKG/usr/lib/steam
+ ln -s /usr/lib/libcurl.so.3 ${PKG}/usr/lib/steam/libcurl.so.3
+ ln -s /usr/lib/libcurl.so.4.5.0 ${PKG}/usr/lib/steam/libcurl.so.4
+ ln -s /usr/lib/libcurl.so.4.5.0 ${PKG}/usr/lib/steam/libcurl.so.4.5.0
+
+ install -d ${PKG}/usr/lib32/steam
+ ln -s /usr/lib32/libcurl.so.3 ${PKG}/usr/lib32/steam/libcurl.so.3
+ ln -s /usr/lib32/libcurl.so.4.5.0 ${PKG}/usr/lib32/steam/libcurl.so.4
+ ln -s /usr/lib32/libcurl.so.4.5.0 ${PKG}/usr/lib32/steam/libcurl.so.4.5.0
+
+ # Apparently libpcre.so.3 is just a Debian-specific version of libpcre.so.1
+ # https://sources.debian.org/src/pcre3/2:8.39-12/debian/README.Debian/
+ ln -s /usr/lib/libpcre.so ${PKG}/usr/lib/steam/libpcre.so.3
+ ln -s /usr/lib32/libpcre.so ${PKG}/usr/lib32/steam/libpcre.so.3
+}

Generated by cgit