parent
5e657bf1e2
commit
0b227352b9
1 changed files with 26 additions and 0 deletions
26
srcpkgs/parsec/template
Normal file
26
srcpkgs/parsec/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'parsec'
|
||||
pkgname=parsec
|
||||
version=147.9
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
build_style=fetch
|
||||
depends="libgcc libGL libglib-static libSM libsndio libstdc++ libX11 libXxf86vm"
|
||||
short_desc="Low latency proprietary game streaming application"
|
||||
maintainer="Kozova1 <mug66kk@gmail.com>"
|
||||
license="Proprietary"
|
||||
homepage="https://parsecgaming.com"
|
||||
distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
|
||||
checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
|
||||
nopie=yes
|
||||
restricted=yes
|
||||
|
||||
do_extract() {
|
||||
ar x "${XBPS_SRCDISTDIR}/${pkgname}-${version}/parsec-linux.deb"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
tar xf "data.tar.xz" -C ${DESTDIR}
|
||||
vmkdir usr/lib/parsec
|
||||
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
|
||||
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
|
||||
}
|
Loading…
Reference in a new issue