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

recipes/gui/xorg-libxxf86dga/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: 'xorg-libxxf86dga'
pkgver: '1.1.6'
pkgrel: '2'
pkgdesc: 'libXxf86dga, library Xorg'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xorgproto
- 'xorg-libx11'
- 'xorg-libxext'

source:
- 'https://ftp.x.org/pub/individual/lib/libXxf86dga-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

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

update: |
  local ext url name LINX
  LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
  ext=".tar.bz2"
  url="https://ftp.x.org/archive//individual//lib"
  name="libXxf86dga-"
  $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/${pkgname}"|sed "s@$ext\$@@"|sed "s@$url/${pkgname}@@"|head -1