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

recipes/gui/xcb-util/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'xcb-util'
pkgver: '0.4.1'
pkgrel: '2'
pkgdesc: 'XCB utilities library'
url: 'https://xcb.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- libxcb

source:
- 'https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  --disable-static

  make
  make DESTDIR=${PKGDIR} install
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libxcb-util.la

package: |
  true