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

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

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: xorg-xwud
pkgver: '1.0.8'
pkgrel: '1'
pkgdesc: X Window System image undumping utility.
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xorg-libx11
source:
- 'https://ftp.x.org/pub/individual/app/xwud-${pkgver}.tar.xz'
sha256sums:
- 2e282648c34018fd870052b8d814ea4d35ad9fdb9bcfc8bdc5a06822c0f86e99
build: |
  cd ${pkgname/xorg-/}-1.0.8
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
package: |
  cd ${pkgname/xorg-/}-1.0.8
  make DESTDIR="${PKGDIR}" install
update: |
  local ext url name LINX
  LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
  ext=".tar.bz2"
  url="https://ftp.x.org/archive//individual//app"
  $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/xwud-"|sed "s@$ext\$@@"|sed "s@$url/xwud-@@"|head -1