🔒 Repository is read-only – file editing is disabled.

recipes/gui/spice-vdagent/PAGBUILD.yaml main

42 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142
pkgname: 'spice-vdagent'
pkgver: '0.23.0'
pkgrel: '3'
pkgdesc: 'Spice agent for Linux guests'
url: 'https://www.spice-space.org'
arch: x86_64
depends: []
makedepends:
- 'alsa-lib'
- dbus
- glib
- 'xorg-libpciaccess'
- 'xorg-libxfixes'
- 'xorg-libxinerama'
- 'xorg-libxrandr'
- 'spice-protocol'
- 'desktop-file-utils'
- 'xorg-libdrm'

source:
- 'https://www.spice-space.org/download/releases/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr               \
              --sbindir=/usr/bin          \
              --sysconfdir=/etc           \
              --with-session-info=systemd \
              --with-init-script=systemd  \
              --localstatedir=/var
  make
  make DESTDIR=${PKGDIR} install

  install -dm755 "${PKGDIR}/etc/conf.d/"
  echo 'SPICE_VDAGENTD_EXTRA_ARGS=""' > "${PKGDIR}/etc/conf.d/spice-vdagentd"

package: |
  true