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

recipes/gui/xorg-xf86-video-vesa/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'xorg-xf86-video-vesa'
pkgver: '2.6.0'
pkgrel: '2'
pkgdesc: 'Xorg vesa video driver.'
url: ''
arch: x86_64
depends: []
makedepends:
- 'xorg-server'

source:
- 'https://ftp.x.org/pub/individual/driver/xf86-video-vesa-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

package: |
  rm -f ${PKGDIR}/usr/lib/xorg/modules/drivers/vesa_drv.la