parent
6c7462e4e9
commit
f1ab36d5c2
|
@ -1,24 +1,27 @@
|
|||
# Template file for 'parsec'
|
||||
pkgname=parsec
|
||||
version=150.28
|
||||
revision=2
|
||||
version=150.93b
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
create_wrksrc=yes
|
||||
depends="libgcc virtual?libGL libSM libsndio libstdc++ libX11 libXxf86vm"
|
||||
depends="libudev libssl3 libX11 libXcursor libXi libSM virtual?libGL libglvnd
|
||||
alsa-lib libjpeg-turbo libpng libcurl libavcodec libXrandr"
|
||||
short_desc="Low latency proprietary game streaming application"
|
||||
maintainer="Kozova1 <mug66kk@gmail.com>"
|
||||
license="custom:Proprietary"
|
||||
homepage="https://parsec.app"
|
||||
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
|
||||
checksum=0c7207f419377fc35e30448acd00d8701300ac5a44936ac6d87a468c9afccdc1
|
||||
nopie=yes
|
||||
# use archive.org to have a consistent URL
|
||||
distfiles="https://web.archive.org/web/20240329180120/https://builds.parsec.app/package/parsec-linux.deb"
|
||||
checksum=c1fb1ab9032e6e718a19f2fd73465e7b98379e7d1e1273856a540d2f7778c1e1
|
||||
restricted=yes
|
||||
nostrip=yes
|
||||
|
||||
do_install() {
|
||||
vcopy usr /
|
||||
vmkdir usr/lib/parsec
|
||||
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-150-28.so ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so
|
||||
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150-28.so ${DESTDIR}/usr/share/parsec/skel/
|
||||
vmkdir usr
|
||||
vcopy bin usr
|
||||
vcopy share usr
|
||||
vmkdir usr/lib
|
||||
mv "$DESTDIR"/usr/share/parsec "$DESTDIR"/usr/lib
|
||||
ln -s ../lib/parsec ${DESTDIR}/usr/share/parsec
|
||||
|
||||
echo 'see https://unity.com/legal/parsec-additional-terms' > EULA
|
||||
vlicense EULA
|
||||
|
|
Loading…
Reference in New Issue