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

recipes/gui/libevdev/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: libevdev
pkgver: '1.13.6'
pkgrel: '1'
pkgdesc: 'The Libevdev package contains common functions for Xorg input drivers.'
url: 'https://www.freedesktop.org/wiki/Software/libevdev/'
arch: x86_64
depends: []
makedepends:
- python

source:
- 'https://www.freedesktop.org/software/libevdev/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

package: |
  rm -f ${PKGDIR}/usr/lib/${pkgname}.la