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

recipes/gui/libfakekey/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: libfakekey
pkgver: '0.3'
pkgrel: '3'
pkgdesc: 'X virtual keyboard library.'
url: 'https://www.yoctoproject.org/tools-resources/projects/matchbox'
arch: x86_64
license:
- GPL

depends: []
makedepends:
- 'xorg-libxtst'

source:
- 'https://git.yoctoproject.org/libfakekey.git#tag=0.3'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr        \
              --sysconfdir=/etc    \
              --localstatedir=/var \
              --disable-static
  make AM_LDFLAGS=-lX11
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libfakekey.la

package: |
  true