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

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

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: xorg-libxp
pkgver: '1.0.4'
pkgrel: '2'
pkgdesc: Library libXp, X print client library
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xorgproto
- printproto
- xorg-libx11
- xorg-libxext
source:
- 'https://ftp.x.org/pub/individual/lib/libXp-${pkgver}.tar.xz'
sha256sums:
- 1f19e3b8e82a34a8fd9889a7d9af0abe8588cb03fb57c37c569634cf3b9df1a4
build: |
  cd libXp-1.0.4
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
  make DESTDIR="${PKGDIR}" install
package: |
  rm -f ${PKGDIR}/usr/lib/libXp.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="libXp-"
  $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/${pkgname}"|sed "s@$ext\$@@"|sed "s@$url/${pkgname}@@"|head -1